Update of /cvsroot/htoolkit/HSQL
In directory sc8-pr-cvs1:/tmp/cvs-serv1545
Modified Files:
Makefile
Log Message:
bugfix: force ghc-pkg to rebuild GHCi libraries each time when install new *.a library
Index: Makefile
===================================================================
RCS file: /cvsroot/htoolkit/HSQL/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile 6 Sep 2003 19:59:06 -0000 1.3
--- Makefile 6 Sep 2003 21:52:42 -0000 1.4
***************
*** 58,61 ****
--- 58,62 ----
$(INSTALL) -c $$i $(prefix)/imports/Database/`dirname $$i`; \
done
+ rm -f $(prefix)/HSsql.o
$(GHC_PKG) -u -g -i hsql.pkg
if test -f doc/index.html; then \
|