summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <luke@HP-dv6246us-u910.(none)>2010-03-28 17:13:47 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:19 -0600
commite439bab381b77d19dfa5b908c4a9c24ecb59d1f2 (patch)
tree7ee0ad88b27d0c4636e20ee95eb029bba0f36f9f
parentfb39ea1f40101ba71dd64a3b9a929bfb58f964f7 (diff)
building rvs works (I think)! And to think that I was about to
post to the GNU make help mailing list.
-rw-r--r--rvs/plugins/plugin.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rvs/plugins/plugin.mk.in b/rvs/plugins/plugin.mk.in
index f365dfa..59b6b2d 100644
--- a/rvs/plugins/plugin.mk.in
+++ b/rvs/plugins/plugin.mk.in
@@ -77,7 +77,7 @@ distclean : clean
b := @
# build shell scripts
-% : %.sh
+$(shOutFiles) : % : %.sh
$(INSTALL_PROGRAM) $< $@
$(SED) -i \
-e 's/$bSHELL@/$(subst /,\/,$(SHELL))/g' \