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