From cca0522872c09f7caab26f0221286b0e6304b09f Mon Sep 17 00:00:00 2001 From: Evan Gates Date: Tue, 18 Nov 2014 12:12:14 -0800 Subject: [PATCH] clear suffix list then add only .o and .c in that order to avoid use of builtin .c inference rule skipping .c.o --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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\