mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user