diff options
author | midipix <writeonce@midipix.org> | 2019-01-07 00:25:20 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-09 05:48:21 -0500 |
commit | fc1e5c723c3afdd1160430e04d9659a1b3b98519 (patch) | |
tree | ee114ae146e2b07deb22abea8bd2dc2ffcc41621 | |
parent | 2e126d4778b61f907a76f5f6d7d85edd2add4623 (diff) | |
download | w32lib-fc1e5c723c3afdd1160430e04d9659a1b3b98519.tar.bz2 w32lib-fc1e5c723c3afdd1160430e04d9659a1b3b98519.tar.xz |
build system: Makefile.in: disabled implicit suffix-based rules.
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index c17ddcb..434492a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -93,6 +93,8 @@ DISABLE_STATIC = @disable_static@ USE_CUSTOM_CFGDEFS = @use_custom_cfgdefs@ USE_CUSTOM_USRDEFS = @use_custom_usrdefs@ +.SUFFIXES: + all: install: shared: |