Fix a cut-and-paste bug - mercury_profile.dep is in

Estimated hours taken: 0.1

Mmakefile:
	Fix a cut-and-paste bug - mercury_profile.dep is in
	the profiler directory not the compiler directory.
This commit is contained in:
Simon Taylor
1998-03-18 04:28:34 +00:00
parent a2071fb30d
commit 20015fca68

View File

@@ -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 @@ compiler/mercury_compile.dep: library/library.dep
.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