summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-01-13 21:05:06 +0000
committerRoland McGrath <roland@redhat.com>1993-01-13 21:05:06 +0000
commit4694e3fe2eb260599bc938b73074c80703692b49 (patch)
treea38eecb90385596b707beed79b27b671e7b5d217 /GNUmakefile
parentfae8065d7fe1897d20147372512015b8ff82c3ee (diff)
downloadgunmake-4694e3fe2eb260599bc938b73074c80703692b49.tar.gz
Formerly GNUmakefile.~89~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 3796dd2..e041b12 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -182,9 +182,8 @@ tests:# $(testdir)/run_make_tests.pl $(prog)
build.sh.in: build.template
sed -e 's@%objs%@$(filter-out $(GLOB) $(ALLOCA) $(extras),\
- $(patsubst $(archpfx)%,%,$(objs)))@' \
- -e 's@%globobjs%@$(patsubst %.c,%.o,\
- $(filter %.c,$(notdir $(globfiles))))@' \
+ $(patsubst $(archpfx)%,%,$(objs)))\
+ $(patsubst %.c,%.o,$(filter %.c,$(globfiles)))@' \
$< > $@.new
mv -f $@.new $@