From: Wolfgang T. <wth...@us...> - 2005-04-18 01:38:06
|
Update of /cvsroot/hoc/hoc/InterfaceGenerator In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12207/InterfaceGenerator Modified Files: Makefile.in Log Message: build ifgen statically Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/InterfaceGenerator/Makefile.in,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.in 1 Apr 2005 03:00:06 -0000 1.7 +++ Makefile.in 18 Apr 2005 01:37:57 -0000 1.8 @@ -10,7 +10,7 @@ ifgen: mkdir -p build - $(GHC) -dynamic --make Main.hs \ + $(GHC) --make Main.hs \ -odir build -hidir build \ -package-conf ../inplace.conf \ -o $@ |