Update of /cvsroot/hoc/hoc/Foundation
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19794/Foundation
Modified Files:
Makefile.in
Log Message:
Update for GHC 6.6
Index: Makefile.in
===================================================================
RCS file: /cvsroot/hoc/hoc/Foundation/Makefile.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Makefile.in 6 Aug 2005 16:38:20 -0000 1.16
+++ Makefile.in 1 Nov 2006 15:45:04 -0000 1.17
@@ -45,18 +45,18 @@
$(GHC) --make Foundation.hs \
-O -fasm \
-odir build/objects \
- -ignore-package Foundation \
+ -package-name Foundation \
-hidir build/imports \
-package-conf ../inplace.conf \
- -fglasgow-exts
+ -fglasgow-exts -fth
test ! -r GNUstepBase.hs || \
$(GHC) --make GNUstepBase.hs \
- -ignore-package Foundation \
+ -package-name Foundation \
-odir build/objects \
-hidir build/imports \
-package-conf ../inplace.conf \
- -fglasgow-exts
+ -fglasgow-exts -fth
touch $@
HSFoundation.o: ghcmake.build-stamp
|