summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
Diffstat (limited to 'c++')
-rw-r--r--c++/examples/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in
index 4d797f0..c73313c 100644
--- a/c++/examples/Makefile.in
+++ b/c++/examples/Makefile.in
@@ -630,6 +630,7 @@ install-examples: $(EXAMPLEDIR) $(INSTALL_FILES)
@for f in X $(INSTALL_FILES); do \
if test $$f != X; then \
(set -x; $(INSTALL) $(srcdir)/$$f $(EXAMPLEDIR)/. || exit 1);\
+ chmod a-x $(EXAMPLEDIR)/$$f;\
fi; \
done
@for f in X $(INSTALL_SCRIPT_FILES); do \