diff options
author | midipix <writeonce@midipix.org> | 2019-01-07 00:25:20 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-09 22:43:14 -0500 |
commit | 8beafd54f06758bb639fd8b0b2e614f44f49f8ca (patch) | |
tree | 02f78747363443815f74ca8a012784a84f9c379b | |
parent | 15500003c2f5d7bd865029a192b2cffaec57a7bf (diff) | |
download | mmglue-8beafd54f06758bb639fd8b0b2e614f44f49f8ca.tar.bz2 mmglue-8beafd54f06758bb639fd8b0b2e614f44f49f8ca.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: |