[hackers] [sbase] clear suffix list then add only .o and .c in that order to avoid use of builtin .c inference rule skipping .c.o || Evan Gates

From: <git_AT_suckless.org>
Date: Tue, 18 Nov 2014 21:18:09 +0100

commit cca0522872c09f7caab26f0221286b0e6304b09f
Author: Evan Gates <evan.gates_AT_gmail.com>
Date: Tue Nov 18 12:12:14 2014 -0800

    clear suffix list then add only .o and .c in that order to avoid use of builtin .c inference rule skipping .c.o

diff --git a/Makefile b/Makefile
index 5357bca..f60985c 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -1,6 +1,7 @@
 include config.mk
 
-.SUFFIXES: .c .o
+.SUFFIXES:
+.SUFFIXES: .o .c
 
 HDR =\
         arg.h\
Received on Tue Nov 18 2014 - 21:18:09 CET

This archive was generated by hypermail 2.3.0 : Tue Nov 18 2014 - 21:24:41 CET