bug fix: browser dependencies in Mmakefile
David Matthew Overton
dmo at cs.mu.OZ.AU
Thu Oct 22 12:26:43 AEST 1998
Hi,
Last night I tried installing the rotd-1998-10-16 from the ftp site on
a machine without a previously installed mercury compiler. It didn't
work because it thought it needed to create the .dep file in the
browser directory and it couldn't do that without a pre-existing
mercury compiler.
The following change fixes this.
Estimated hours taken: 0.1
Mmakefile:
Fix browser dependencies.
Index: Mmakefile
===================================================================
RCS file: /home/staff/zs/imp/mercury/Mmakefile,v
retrieving revision 1.25
diff -u -r1.25 Mmakefile
--- 1.25 1998/09/29 05:09:56
+++ Mmakefile 1998/10/22 02:18:33
@@ -56,9 +56,9 @@
cd library && $(SUBDIR_MMAKE) depend
.PHONY: dep_browser
-dep_browser: browser/$(deps_subdir)browser.dep
+dep_browser: browser/$(deps_subdir)browser_library.dep
-browser/$(deps_subdir)browser.dep:
+browser/$(deps_subdir)browser_library.dep:
cd browser && $(SUBDIR_MMAKE) depend
.PHONY: dep_compiler
--
David Overton
MEngSc Student Email: dmo at cs.mu.oz.au
Department of Computer Science Web: http://www.cs.mu.oz.au/~dmo
The University of Melbourne Phone: +61 3 9344 9159
More information about the developers
mailing list