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 | e439bab381b77d19dfa5b908c4a9c24ecb59d1f2 (patch) | |
tree | 7ee0ad88b27d0c4636e20ee95eb029bba0f36f9f /rvs | |
parent | fb39ea1f40101ba71dd64a3b9a929bfb58f964f7 (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 'rvs')
-rw-r--r-- | rvs/plugins/plugin.mk.in | 2 |
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' \ |