aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2012-02-15 10:08:53 -0800
committerLev Walkin <vlm@lionet.info>2012-02-15 10:08:53 -0800
commitb4c2ca809c89ccbf2c5abbc0ef270611f60b74d9 (patch)
tree5cf3a1c25846cb696fd7cbcbc13d6468bee47bcd /Makefile.in
parent94b765a1e013aa53e615a9d26a2338cf93870973 (diff)
do not recompile .c files from .y,.l
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 e807cf3c..a26efe2c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -468,7 +468,7 @@ distdir: $(DISTFILES)
|| exit 1; \
fi; \
done
- -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
+ -find $(distdir) -type d ! -perm -755 -exec chmod u+rwx,go+rx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \