diff options
author | Ryan Kavanagh <rak@debian.org> | 2011-12-26 17:28:51 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2011-12-26 17:28:51 -0500 |
commit | c45d6dad0f9eff2253fb94a3c41f95445a5de150 (patch) | |
tree | 04e989d0434f2664f7455fea0bc4fdf32f1a1d32 /dm | |
parent | Add target to decrypt alias.rc.gpg (diff) |
Properly install directories
Diffstat (limited to 'dm')
-rwxr-xr-x | dm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ FORCE: build/%: % $(SUBSTS_FILE) [ -d $(dir $@) ] || mkdir -p $(dir $@) - rsync -a $< $@ + ( [ -d $< ] && rsync -a $<* $@ ) || rsync -a $< $@ @# sed will only be called if $* is in LOCAL_FILES. @# Thought of using ifeq/ifneq, but the gmake manual reads: @# "make evaluates conditionals when it reads a makefile. Consequently, |