Back out Michael Wybrow's last change -- it doesn't work.

Estimated hours taken: 0.1
Branches: main

Mmakefile:
	Back out Michael Wybrow's last change -- it doesn't work.
This commit is contained in:
Simon Taylor
2002-02-22 11:58:47 +00:00
parent c7ca904f86
commit 3a660c77c2

View File

@@ -1,5 +1,5 @@
#-----------------------------------------------------------------------------#
# Copyright (C) 1995-2002 The University of Melbourne.
# Copyright (C) 1995-2001 The University of Melbourne.
# This file may only be copied under the terms of the GNU General
# Public Licence - see the file COPYING in the Mercury distribution.
#-----------------------------------------------------------------------------#
@@ -31,7 +31,6 @@ SUBDIRS = \
trace \
browser \
compiler \
java \
doc \
profiler \
deep_profiler
@@ -158,10 +157,6 @@ trace: scripts boehm_gc runtime library browser
compiler: dep_compiler scripts util boehm_gc runtime library browser trace
+cd compiler && $(SUBDIR_MMAKE)
.PHONY: java
java:
+cd java && $(SUBDIR_MMAKE)
.PHONY: libmmc
libmmc: dep_compiler scripts util boehm_gc runtime library browser trace
+cd compiler && $(SUBDIR_MMAKE) libmmc