Update of /cvsroot/gtk2hs/gtk2hs/gtk
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15569/gtk
Modified Files:
Makefile
Log Message:
use standard $(CPP) makefile variable
Index: Makefile
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/Makefile,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Makefile 27 Apr 2004 17:59:37 -0000 1.27
+++ Makefile 28 Apr 2004 13:50:17 -0000 1.28
@@ -208,7 +208,7 @@
endif
general/Hierarchy.chs : $(TOP)/tools/hierarchyGen/hierarchy.list
- cpp $(GTK_CFLAGS) $(TOP)/tools/hierarchyGen/hierarchy.list | \
+ $(CPP) $(GTK_CFLAGS) - < $(TOP)/tools/hierarchyGen/hierarchy.list | \
$(strip $(TOP)/tools/hierarchyGen/TypeGenerator - \
general/Hierarchy.chs $(addprefix --tag=,$(CREATE_TYPES)))
|