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
commit1a5b18ab23fc4d144d3f2d173a01513f03cd4ad5 (patch)
tree80af052f7a830cc810dd723310bff1389d5def31
parent3840025eb220b0fff518680cd93346b81bc083ae (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--plugins/plugin.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/plugin.mk.in b/plugins/plugin.mk.in
index f365dfa..59b6b2d 100644
--- a/plugins/plugin.mk.in
+++ b/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' \