From: Duncan C. <dun...@us...> - 2004-04-30 12:50:24
|
Update of /cvsroot/gtk2hs/gtk2hs/sourceview In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1145/sourceview Modified Files: Makefile Log Message: change the other makefiles to use pre-processor on hierarchy.list minor fix in glade/Glade.chs Index: Makefile =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/sourceview/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile 16 Apr 2004 11:53:18 -0000 1.8 +++ Makefile 30 Apr 2004 12:50:03 -0000 1.9 @@ -49,8 +49,8 @@ NEEDCHI = SourceViewType SourceViewType.chs : ../tools/hierarchyGen/hierarchy.list - $(strip ../tools/hierarchyGen/TypeGenerator \ - ../tools/hierarchyGen/hierarchy.list \ + $(CPP) $(GTK_CFLAGS) - < $(TOP)/tools/hierarchyGen/hierarchy.list | \ + $(strip ../tools/hierarchyGen/TypeGenerator - \ SourceViewType.chs \ $(addprefix --tag=,$(TYPE_TAGS))) |