trivial diff: Mmakefile
Simon Taylor
stayl at cs.mu.OZ.AU
Wed Mar 18 15:29:18 AEDT 1998
Estimated hours taken: 0.1
Mmakefile:
Fix a cut-and-paste bug - mercury_profile.dep is in
the profiler directory not the compiler directory.
Index: Mmakefile
===================================================================
RCS file: /home/staff/zs/imp/mercury/Mmakefile,v
retrieving revision 1.18
diff -u -r1.18 Mmakefile
--- Mmakefile 1998/03/07 13:16:34 1.18
+++ Mmakefile 1998/03/18 04:22:58
@@ -4,7 +4,7 @@
# Public Licence - see the file COPYING in the Mercury distribution.
#-----------------------------------------------------------------------------#
-# Mmake - the top-level Mmake file for the Mercury implementation
+# Mmakefile - the top-level Mmake file for the Mercury implementation
MAIN_TARGET=all
@@ -49,7 +49,7 @@
.PHONY: dep_profiler
dep_profiler: profiler/mercury_profile.dep
-compiler/mercury_profile.dep: library/library.dep
+profiler/mercury_profile.dep: library/library.dep
cd profiler && $(SUBDIR_MMAKE) depend
# depend_library MUST be done before depend_compiler and depend_profiler
More information about the developers
mailing list