From c50b75b4397d0de02d3d6d54db03a362a3cc26c8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 28 Nov 1994 23:02:42 +0000 Subject: (build.sh.in): Make it executable. --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 1e526b4..05ffa29 100644 --- 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 $@ # Make the distribution tar files. -- cgit v1.2.3