1
0
mirror of https://github.com/mirror/make.git synced 2025-04-24 12:00:35 +08:00

(build.sh.in): Make it executable.

This commit is contained in:
Roland McGrath 1994-11-28 23:02:42 +00:00
parent 7376280c33
commit c50b75b439

View File

@ -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.