diff options
author | midipix <writeonce@midipix.org> | 2019-01-07 00:25:20 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-09 05:48:12 -0500 |
commit | 62b3896b6c61bc93bbe99d15e6f47baed87bba1f (patch) | |
tree | 16e78f23ada081407da0eba111cfd13531f79ec2 | |
parent | bf79153aa255b789fc4ee12415e3d3aa8fcdb34b (diff) | |
download | ntux-62b3896b6c61bc93bbe99d15e6f47baed87bba1f.tar.bz2 ntux-62b3896b6c61bc93bbe99d15e6f47baed87bba1f.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: |