diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2009-07-16 23:20:31 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:11 -0600 |
commit | f65a0644e57c6c09f6fe9a8cf496ec497d0d0a27 (patch) | |
tree | f347ec4e2ebe66ad233cf0df51f136b1271e106d /Makefile.orig | |
parent | 0a85f2125ca6505abb8e78772226ed42fb331099 (diff) |
Fix a thousand different things.
It's amazing what can break when you haven't tried running it since refactoring
There is a bug in the Makefile. I'm filing a real bug report.
Diffstat (limited to 'Makefile.orig')
-rw-r--r-- | Makefile.orig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.orig b/Makefile.orig index 67ac85f..00998fc 100644 --- a/Makefile.orig +++ b/Makefile.orig @@ -68,7 +68,7 @@ out/% : $(sourcedir)/src/%.sh $(PRE) $(prefix)/$(bindir)/% : out/% $(INSTALL) -m 755 -o root -g root -T $< $@ -$(libdir)/% : out/rvs-core/% +$(libdir)/% : out/rvs-core/% $(libdir) $(INSTALL) -m 755 -o root -g root -d $(dir $@) $(INSTALL) -m 755 -o root -g root -T $< $@ |