projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7376280
)
(build.sh.in): Make it executable.
author
Roland McGrath
<roland@redhat.com>
Mon, 28 Nov 1994 23:02:42 +0000
(23:02 +0000)
committer
Roland McGrath
<roland@redhat.com>
Mon, 28 Nov 1994 23:02:42 +0000
(23:02 +0000)
GNUmakefile
patch
|
blob
|
history
diff --git
a/GNUmakefile
b/GNUmakefile
index 1e526b44da3a73de1788fd763966e5c08b75d3db..05ffa29902311626845308825c3c266d534276e5 100644
(file)
--- 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 $@
\f
# Make the distribution tar files.