From: Wolfgang T. <wth...@us...> - 2005-07-19 23:39:25
|
Update of /cvsroot/hoc/hoc/HOC In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23871/HOC Modified Files: Makefile.in Log Message: Don't forget to build HOC.conf. Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/HOC/Makefile.in,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- Makefile.in 18 Apr 2005 00:45:42 -0000 1.13 +++ Makefile.in 19 Jul 2005 23:38:49 -0000 1.14 @@ -82,7 +82,7 @@ HOC/NewClass_stub.c HOC/NewClass_stub.h \ ghcmake.build-stamp -install: all +install: all HOC.conf mkdir -p $(GHC_LIB_PATH)/HOC cp -R libHOC.a libHOC_dyn.dylib HOC.o build/imports \ $(GHC_LIB_PATH)/HOC/ |