[m-rev.] trivial diff: fix source dist bootstrap bug

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Feb 7 04:04:36 AEDT 2003


Estimated hours taken: 0.5
Branches: main

Mmakefile:
	Fix a bug in the rule for `mmake tar' which broke
	bootstrappability of the source distribution: ensure that we
	build the interface files in the `analysis' directory.

Workspace: /home/fjh/build/mercury-compiler-rotd-2003-02-05
Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/Mmakefile,v
retrieving revision 1.96
diff -u -d -r1.96 Mmakefile
--- Mmakefile	26 Jan 2003 13:07:38 -0000	1.96
+++ Mmakefile	6 Feb 2003 17:02:53 -0000
@@ -299,7 +299,7 @@
 	+cd browser && $(SUBDIR_MMAKE) all-ints cs $(BROWSER_LIB_NAME).init tags
 	+cd trace && $(SUBDIR_MMAKE) cs
 	+cd analysis && $(SUBDIR_MMAKE) depend
-	+cd analysis && $(SUBDIR_MMAKE) cs tags
+	+cd analysis && $(SUBDIR_MMAKE) all-ints cs tags
 	+cd compiler && $(SUBDIR_MMAKE) depend
 	+cd compiler && $(SUBDIR_MMAKE) cs tags
 	+cd profiler && $(SUBDIR_MMAKE) depend

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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