summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-03-04 19:35:13 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-03-04 19:35:13 -0500
commitd3dc67e2bfae6f96f0d25e46814d837a572220a1 (patch)
tree4e7aea69e7ad9eec8d5630aa8497421f1d11fae7 /Makefile
parent2e156299711a95825eec5b0a11608a27725e9731 (diff)
fiddle with the things to make jflex work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2d93c6..38bcb70 100644
--- a/Makefile
+++ b/Makefile
@@ -244,7 +244,7 @@ build/packages/%: $(MAKEFILE_LIST)
$(ECHO) '#!/bin/sh' && \
$(ECHO) 'CLASSPATH=$(call deps2classpath,$^):$${CLASSPATH:+:$${CLASSPATH}}' && \
$(ECHO) 'export CLASSPATH' && \
- $(ECHO) 'exec $(JAVA) $(call name2,extra,$*)' ; \
+ $(ECHO) 'exec $(JAVA) $(call name2,extra,$*) "$$@"' ; \
} | $(INSTALL) -Dm755 /dev/stdin '$@/$(bindir)/$(call name2,url,$*)' && \
{ \
$(ECHO) '#!/bin/sh' && \