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