Description: CPPFLAGS is not being used.
 Without CPPFLAGS we cannot have fortified builds.
Author: David Martínez Moreno <ender@debian.org>
Forwarded: no
Last-Update: 2014-05-05

--- a/Makefile
+++ b/Makefile
@@ -286,4 +286,4 @@
 	git archive --format=zip --prefix=capstone-$(DIST_VERSION)/ $(TAG) > capstone-$(DIST_VERSION).zip
 
 .c.o:
-	$(CC) $(CFLAGS) -c $< -o $@
+	$(CC) $(CFLAGS) $(CPPFLAGS) -c $< -o $@
