Author: Guillaume Delacour <gui@iroqwa.org>
Bug-Debian: http://bugs.debian.org/760749
Description: Use CPPFLAGS in upstream Makefile
Last-Update: 2014-09-29
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ tree:	$(OBJS)
 	$(CC) $(LDFLAGS) -o $(TREE_DEST) $(OBJS)
 
 $(OBJS): %.o:	%.c tree.h
-	$(CC) $(CFLAGS) -c -o $@ $<
+	$(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<
 
 clean:
 	if [ -x $(TREE_DEST) ]; then rm $(TREE_DEST); fi
