From cecd6833bec3fa67ada03e8235a15989784bdc21 Mon Sep 17 00:00:00 2001 From: paltherr Date: Mon, 11 Aug 2003 08:27:41 +0000 Subject: - Fixed typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4716ceb008..0afe90c8f7 100644 --- a/Makefile +++ b/Makefile @@ -214,7 +214,7 @@ dtd2scala : .latest-dtd2scala touch $@ .latest-library-sdc : $(LIBRARY_SDC_FILES) - @$(make) sdc target=LIBRARY LIBRARY_SC_FILES='$(subst $$,\$$$$,$(LIBRARY_SC_FILES))' + @$(make) sdc target=LIBRARY LIBRARY_SDC_FILES='$(subst $$,\$$$$,$(LIBRARY_SDC_FILES))' touch $@ .latest-interpreter : $(INTERPRETER_JC_FILES) -- cgit v1.2.3