commit cca0522872c09f7caab26f0221286b0e6304b09f
Author: Evan Gates <[email protected]>
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
@@ -1,6 +1,7 @@
 include config.mk
 
-.SUFFIXES: .c .o
+.SUFFIXES:
+.SUFFIXES: .o .c
 
 HDR =\
        arg.h\


Reply via email to