mirror of
https://github.com/mirror/make.git
synced 2025-03-25 01:00:30 +08:00
(build.sh.in): Make it executable.
This commit is contained in:
parent
7376280c33
commit
c50b75b439
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user