summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)