From: Andre P. <at...@us...> - 2004-05-12 11:11:23
|
Update of /cvsroot/hoc/hoc/HOC In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31817/HOC Modified Files: Makefile.in Log Message: Also delete ghcmake.build-stamp on 'make clean' Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/HOC/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.in 12 May 2004 08:59:38 -0000 1.2 +++ Makefile.in 12 May 2004 11:11:08 -0000 1.3 @@ -30,7 +30,8 @@ clean: rm -rf libHOC.a HOC.o build \ - HOC/NewClass_stub.c HOC/NewClass_stub.h + HOC/NewClass_stub.c HOC/NewClass_stub.h \ + ghcmake.build-stamp install: all mkdir -p `ghc --print-libdir`/HOC |