From 4c330409b0c94b7c9ef8ef987f216c93eeca710f Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 21 Oct 2014 11:23:37 +0100 Subject: [PATCH] And CPPFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cc1ee1d..6ef05082 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ config.h: @cp config.def.h $@ noice.o: noice.c queue.h util.h - $(CC) $(CFLAGS) -c noice.c + $(CC) $(CFLAGS) $(CPPFLAGS) -c noice.c strlcpy.o: strlcpy.c util.h $(CC) $(CFLAGS) -c strlcpy.c