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