diff options
author | Roland McGrath <roland@redhat.com> | 1993-01-13 21:05:06 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-01-13 21:05:06 +0000 |
commit | 4694e3fe2eb260599bc938b73074c80703692b49 (patch) | |
tree | a38eecb90385596b707beed79b27b671e7b5d217 | |
parent | fae8065d7fe1897d20147372512015b8ff82c3ee (diff) | |
download | gunmake-4694e3fe2eb260599bc938b73074c80703692b49.tar.gz |
Formerly GNUmakefile.~89~
-rw-r--r-- | GNUmakefile | 5 |
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 $@ |