From 791909eab24917d064ee8c41a3356b25ef9bb0ac Mon Sep 17 00:00:00 2001 From: paltherr Date: Tue, 22 Apr 2003 08:06:25 +0000 Subject: - Fixed some small bugs --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 88af8292e6..73b231e97a 100644 --- a/Makefile +++ b/Makefile @@ -235,7 +235,7 @@ library : .latest-library # Targets .latest-meta : $(META_JC_FILES) - @$(MAKE) jc target=META META_JC_FILES='$?' + @$(make) jc target=META META_JC_FILES='$?' $(RM) .latest-runtime $(RM) .latest-compiler touch $@ @@ -247,11 +247,11 @@ library : .latest-library touch $@ .latest-runtime : $(RUNTIME_JC_FILES) - @$(MAKE) jc target=RUNTIME RUNTIME_JC_FILES='$(filter %.java,$?)' + @$(make) jc target=RUNTIME RUNTIME_JC_FILES='$?' touch $@ .latest-compiler : $(COMPILER_JC_FILES) - @$(make) jc target=COMPILER COMPILER_JC_FILES='$(filter %.java,$?)' + @$(make) jc target=COMPILER COMPILER_JC_FILES='$?' touch $@ .latest-interpreter : $(INTERPRETER_JC_FILES) -- cgit v1.2.3