diff options
Diffstat (limited to '')
-rwxr-xr-x | dm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ $(GPG_FILES): build/%: % $(SUBSTS_FILE) [ -d $(dir $@) ] || mkdir -p $(dir $@) - ( [ -d $< ] && rsync -a $<* $@ ) || 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, |