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

This commit is contained in:
Evan Gates 2014-11-18 12:12:14 -08:00 committed by sin
parent 409ec7194f
commit cca0522872
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
include config.mk
.SUFFIXES: .c .o
.SUFFIXES:
.SUFFIXES: .o .c
HDR =\
arg.h\