summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2011-12-16 16:09:36 +0100
committerJean Delvare <jdelvare@suse.de>2011-12-16 16:09:36 +0100
commit5cec78b6c13d225c35cb73efd1fa297bd2419f9a (patch)
tree40a0e8a2dfe7c708e70fcfe7d7e40aa08daf6c8d /Makefile.in
parent7befadd522a473e796b930bebd950216adc8ab6e (diff)
downloadquilt-5cec78b6c13d225c35cb73efd1fa297bd2419f9a.tar.gz
Makefile.in: Really skip setting execute bit on scripts/patchfns
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 06b5f78..797eced 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -275,7 +275,7 @@ $(patsubst %.in,%,$(wildcard bin/*.in quilt/*.in quilt/scripts/*.in)) :: Makefil
-e 's:@LOCALEDIR''@:$(localedir):g' \
-e 's:@DOCSUBDIR''@:$(docdir):g' \
$< > $@
- @$(if $(filter-out $<,$(NON_EXEC_IN)),chmod +x $@)
+ @$(if $(filter $@,$(NON_EXEC_IN)),,chmod +x $@)
lib/backup-files.o :: Makefile