]> Sergey Matveev's repositories - nnn.git/commitdiff
And CPPFLAGS
authorsin <sin@2f30.org>
Tue, 21 Oct 2014 10:23:37 +0000 (11:23 +0100)
committersin <sin@2f30.org>
Tue, 21 Oct 2014 10:23:37 +0000 (11:23 +0100)
Makefile

index 7cc1ee1d80e42015e236961888bca0fd20d12012..6ef05082042fa075e0991cfed2a9b1a7a40938a3 100644 (file)
--- 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