Include $(CPPFLAGS) when compiling faup1090, so it sees the hardening defines.

This commit is contained in:
Oliver Jowett 2014-12-28 20:40:37 +00:00
parent f5af77c433
commit 794f87b480
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ info:
all: faup1090
%.o: %.c
$(CC) $(CFLAGS) $(EXTRACFLAGS) -c $<
$(CC) $(CPPFLAGS) $(CFLAGS) $(EXTRACFLAGS) -c $<
faup1090.o: faup1090.c faup1090.h