diff options
Diffstat (limited to 'hl')
-rw-r--r-- | hl/c++/examples/Makefile.in | 1 | ||||
-rw-r--r-- | hl/examples/Makefile.in | 1 | ||||
-rw-r--r-- | hl/fortran/examples/Makefile.in | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/hl/c++/examples/Makefile.in b/hl/c++/examples/Makefile.in index 1982a5e..aa7c3db 100644 --- a/hl/c++/examples/Makefile.in +++ b/hl/c++/examples/Makefile.in @@ -615,6 +615,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 \ diff --git a/hl/examples/Makefile.in b/hl/examples/Makefile.in index 60345e4..e2659e0 100644 --- a/hl/examples/Makefile.in +++ b/hl/examples/Makefile.in @@ -656,6 +656,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 \ diff --git a/hl/fortran/examples/Makefile.in b/hl/fortran/examples/Makefile.in index 8ad2af4..b8713f6 100644 --- a/hl/fortran/examples/Makefile.in +++ b/hl/fortran/examples/Makefile.in @@ -617,6 +617,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 \ |