summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2003-06-25 13:43:18 +0000
committerMartin Quinson <mquinson@debian.org>2003-06-25 13:43:18 +0000
commit8d2b1cd6459ed89dc4d3e6347d150288823373ff (patch)
tree2ff15d721abbbf415458ebe8666872485feba4c9 /Makefile.in
parentea837c628ca57dda272900b289b73456c2dc1b4f (diff)
downloadquilt-8d2b1cd6459ed89dc4d3e6347d150288823373ff.tar.gz
Expend the {} syntax in DIRT variable so that Makefile do what we expect
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5942927..35d79c6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -68,7 +68,7 @@ DIRT += $(SCRIPTS_IN:%=scripts/%)
LIB_SRC := backup-files.c
LIB := backup-files
SRC += $(LIB_SRC:%=lib/%)
-DIRT += lib/backup-files{,.o}
+DIRT += lib/backup-files lib/backup-files.o
DOC_IN := README
DOC_SRC := $(DOC_IN:%=doc/%.in)