diff options
author | Luke Shumaker <luke@HP-dv6246us-u910.(none)> | 2010-03-28 17:13:47 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:19 -0600 |
commit | 1a5b18ab23fc4d144d3f2d173a01513f03cd4ad5 (patch) | |
tree | 80af052f7a830cc810dd723310bff1389d5def31 /plugins/plugin.mk.in | |
parent | 3840025eb220b0fff518680cd93346b81bc083ae (diff) |
building rvs works (I think)! And to think that I was about to
post to the GNU make help mailing list.
Diffstat (limited to 'plugins/plugin.mk.in')
-rw-r--r-- | plugins/plugin.mk.in | 2 |
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' \ |