From 4694e3fe2eb260599bc938b73074c80703692b49 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 13 Jan 1993 21:05:06 +0000 Subject: [PATCH] Formerly GNUmakefile.~89~ --- GNUmakefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 3796dd26..e041b121 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 $@