summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-05-26 21:07:45 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-05-26 21:07:45 (EDT)
commitfa24b8e0bbe9c3e7812c22d10810da7a873fa77f (patch)
treee94aea55e08e6886d2e8b354c0a2a5ac44b4dc8e
parent8832a50b06ac2f7b2126f8c0d73f0f89172756a9 (diff)
Makefile.in: chmod files in inference rules.
-rw-r--r--Makefile.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ba96168..42e12b6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -101,13 +101,19 @@ script = \
# [1]: Compare the inference and target rule definitions after fragments
# <#tag_20_76_13_06> and <#tag_20_76_13_04> in
# <http://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html>.
-.sh .sh.sm .1in.1:
+.sh:
@printf ' SED %s\n' '$@'
@sed '$(script)' '$(srcdir)/$?' >'$@'
+ @chmod 755 '$@'
+.sh.sm .1in.1:
+ @printf ' SED %s\n' '$@'
+ @sed '$(script)' '$(srcdir)/$?' >'$@'
+ @chmod 644 '$@'
.sh.ms:
@printf ' CP %s\n' '$@'
@obj='$@'; mkdir -p "$${obj%/*}"
@cp '$(srcdir)/$?' '$@'
+ @chmod 644 '$@'
all: all-exec all-data
all-exec: all-bin all-pkglib all-pkglibbuildsystem