[m-dev.] diff: install of libpar_gc.dll

Peter Ross peter.ross at miscrit.be
Thu Sep 7 02:26:14 AEDT 2000


Hi,


===================================================================


Estimated hours taken: 0.1

boehm_gc/Mmakefile:
    If the libpar_gc.dll file doesn't exist, don't fail the install.


Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/boehm_gc/Mmakefile,v
retrieving revision 1.14
diff -u -r1.14 Mmakefile
--- Mmakefile	2000/09/06 11:53:04	1.14
+++ Mmakefile	2000/09/06 15:21:19
@@ -96,6 +96,6 @@
 
 .PHONY: install_dll
 install_dll:
-	[ -f libpar_gc.dll ] && cp `vpath_find libpar_gc.dll` $(INSTALL_BINDIR)
+	-[ -f libpar_gc.dll ] && cp `vpath_find libpar_gc.dll` $(INSTALL_BINDIR)
 
 #-----------------------------------------------------------------------------#

--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list