From: Andre P. <at...@us...> - 2005-03-31 16:47:13
|
Update of /cvsroot/hoc/hoc/InterfaceGenerator In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28186 Modified Files: Makefile.in Log Message: Make Interface Generator Makefile use ../inplace.conf rather than old ../HOC/HOC-$(PLATFORM).conf-inplace Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/InterfaceGenerator/Makefile.in,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.in 17 May 2004 18:31:32 -0000 1.5 +++ Makefile.in 31 Mar 2005 16:47:02 -0000 1.6 @@ -12,7 +12,7 @@ mkdir -p build $(GHC) --make Main.hs \ -odir build -hidir build \ - -package-conf ../HOC/HOC-$(PLATFORM).conf-inplace \ + -package-conf ../inplace.conf \ -o $@ clean: |