[m-rev.] for review: fix mmake install problem

Ian MacLarty maclarty at cs.mu.OZ.AU
Mon Feb 14 14:43:39 AEDT 2005


For review by anyone.

Estimated hours taken: 1
Branches: main and 0.12

Make the int and int3 files in the mdbcomp directory when doing a mmake install
since the browser library build depends on these.

Previously doing:

./configure --enable-libgrades=asm_fast
mmake depend
mmake 
mmake install

where asm_fast.gc is used to compile the compiler resulted in a gmake error
about no rule to make target mdbcomp.trace_counts.int3.

mdbcomp/Mmakefile
	Build the .int and .int3 files when building the mdbcomp library for an 
	install.

Index: mdbcomp/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/mdbcomp/Mmakefile,v
retrieving revision 1.2
diff -u -r1.2 Mmakefile
--- mdbcomp/Mmakefile	10 Feb 2005 04:10:29 -0000	1.2
+++ mdbcomp/Mmakefile	14 Feb 2005 01:12:22 -0000
@@ -247,6 +247,7 @@
 
 .PHONY: install_library
 install_library: \
+		$(mer_mdbcomp.int3s) $(mer_mdbcomp.ints) \
 		lib$(MDBCOMP_LIB_NAME).$A \
 		lib$(MDBCOMP_LIB_NAME).$(EXT_FOR_SHARED_LIB) \
 		install_dirs
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list