From: <as...@us...> - 2003-07-18 15:44:51
|
Update of /cvsroot/gtk2hs/gtk2hs/mk In directory sc8-pr-cvs1:/tmp/cvs-serv867/mk Modified Files: common.mk Log Message: Make hsc2hs run on Apple and Solaris. Index: common.mk =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/mk/common.mk,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- common.mk 9 Jul 2003 22:42:46 -0000 1.21 +++ common.mk 18 Jul 2003 15:44:48 -0000 1.22 @@ -138,7 +138,7 @@ $(EXTRA_CPPFLAGS_ONLY_I) $(CPPFLAGS_ONLY_I) \ $(addprefix --lflag=,$(EXTRA_LIBS_ONLY_Ll) $(LIBS_ONLY_L)\ $(addprefix --cflag=,$(CPPFLAGS) $(EXTRA_CPP_FLAGS)))\ - --cc=$(HC)) + --cc=$(HC) --lflag=-no-hs-main) # Specify how c2hs should be run. C2HSFLAGGED := $(C2HS) $(C2HSFLAGS) +RTS $(HSTOOLFLAGS) -RTS \ |