]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly GNUmakefile.~89~
authorRoland McGrath <roland@redhat.com>
Wed, 13 Jan 1993 21:05:06 +0000 (21:05 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 13 Jan 1993 21:05:06 +0000 (21:05 +0000)
GNUmakefile

index 3796dd264efe94eec3eaf711e4d9d30e006bbc4a..e041b121ce46c3c3e49b485b843b2f7baf45c902 100644 (file)
@@ -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 $@
 \f