summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2010-04-14 18:27:44 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:20 -0600
commit662ea51a86049853c0a8e279e5b515b80d5123d8 (patch)
tree6a852f4f0ef50196d1b6659f5863872b1662357e /Makefile.in
parent9a027edc9ab8cd71fba33b322845fce5451b9ea3 (diff)
I'm commiting these partial changes in case I ever need to come back to it.
See, I just had a brain-gasm on how I can make the module system better.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 8bd27a8..cfe9772 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -52,6 +52,7 @@ $(d) :
$(INSTALL) -m 777 -d $@
$(d)/% : $(srcdir)/% $(d)
+ $(INSTALL) -m 777 -d $(dir $@)
cp $< $@
# implicit rules #####################################################