mirror of
https://github.com/mirror/make.git
synced 2026-08-09 09:32:12 +00:00
(build.sh.in): Make it executable.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user