summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-09-21 11:11:19 +0200
committerAndreas Schwab <schwab@redhat.com>2009-09-21 11:11:19 +0200
commit98f5a5bbf1230f9dd1c3f30d1ac19c7ab54be1bb (patch)
tree11738db1e7a3319c79cfb9640825e224d98aadb7 /Makefile
parente6afe876da31a8f4a6fcb69fa9039139ea61a688 (diff)
parentae0f0dbd0e6205af474cd8e5d5f43ff7a7e46eec (diff)
Merge remote branch 'origin/master' into fedora/master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e346979c03..6a384ade3c 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ endif
define autoconf-it
@-rm -f $@.new
$(AUTOCONF) $(ACFLAGS) $< > $@.new
-chmod a-w,a+x $@.new
+chmod a-w$(patsubst %,$(comma)a+x,$(filter .,$(@D))) $@.new
mv -f $@.new $@
$(autoconf-it-cvs)
endef