summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-11-28 23:02:42 +0000
committerRoland McGrath <roland@redhat.com>1994-11-28 23:02:42 +0000
commitc50b75b4397d0de02d3d6d54db03a362a3cc26c8 (patch)
tree11a12d87e546026aa72ae4d889335c559d466a02
parent7376280c3396bad17e70619a92bd26262f92135f (diff)
downloadgunmake-c50b75b4397d0de02d3d6d54db03a362a3cc26c8.tar.gz
(build.sh.in): Make it executable.
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 1e526b4..05ffa29 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -197,6 +197,7 @@ build.sh.in: build.template compatMakefile
$(patsubst $(archpfx)%,%,$(objs)))\
$(patsubst %.c,%.o,$(filter %.c,$(globfiles)))@' \
$< > $@.new
+ chmod a+x $@.new
mv -f $@.new $@
# Make the distribution tar files.