diff options
author | Luke Shumaker <luke@HP-dv6426us-u904.(none)> | 2009-10-26 20:32:15 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:18 -0600 |
commit | 60529eb5b1110540acef698c9f103f4bedab6e4e (patch) | |
tree | d299e7ef41aa17b446404d372e40c4bedeb6be3e /main.mk.in | |
parent | ee56ca1eedaa0b4de73873e286105c31e55dce81 (diff) |
rvs builds! nicely!
Diffstat (limited to 'main.mk.in')
-rw-r--r-- | main.mk.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ filelist = \ config \ HACKING \ README \ - $(shell find ./*/* -type f) + $(patsubst $(srcdir)/%,%,$(shell find $(srcdir)/*/* -type f)) # install ########################################################## install : install-wrapper libexec $(install-plugins) |