diff options
author | Roland McGrath <roland@redhat.com> | 1994-11-28 23:02:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-11-28 23:02:42 +0000 |
commit | c50b75b4397d0de02d3d6d54db03a362a3cc26c8 (patch) | |
tree | 11a12d87e546026aa72ae4d889335c559d466a02 /GNUmakefile | |
parent | 7376280c3396bad17e70619a92bd26262f92135f (diff) | |
download | gunmake-c50b75b4397d0de02d3d6d54db03a362a3cc26c8.tar.gz |
(build.sh.in): Make it executable.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
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. |