(build.sh.in): Make it executable.
authorRoland McGrath <roland@redhat.com>
Mon, 28 Nov 1994 23:02:42 +0000 (23:02 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 28 Nov 1994 23:02:42 +0000 (23:02 +0000)
GNUmakefile

index 1e526b44da3a73de1788fd763966e5c08b75d3db..05ffa29902311626845308825c3c266d534276e5 100644 (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 $@
 \f
 # Make the distribution tar files.