diff options
author | midipix <writeonce@midipix.org> | 2019-01-07 00:25:20 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-09 05:48:08 -0500 |
commit | 665fba4e90fe80ebb686b4f18eb835f1bdbaca60 (patch) | |
tree | cb03504e2d47e5c010bba076d90f5896593590e1 | |
parent | b62af27a21e5b596e502d439bbd68318c511485a (diff) | |
download | mdso-665fba4e90fe80ebb686b4f18eb835f1bdbaca60.tar.bz2 mdso-665fba4e90fe80ebb686b4f18eb835f1bdbaca60.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: |