]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly GNUmakefile.~95~
authorRoland McGrath <roland@redhat.com>
Thu, 11 Mar 1993 19:25:25 +0000 (19:25 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 11 Mar 1993 19:25:25 +0000 (19:25 +0000)
GNUmakefile

index 0b332719ab696ecdefee5c51a8f9ea4f7afd2ed8..18c85ea6e1decc73135d74eb6c1168fc8dab7bb3 100644 (file)
@@ -179,7 +179,7 @@ tests:# $(testdir)/run_make_tests.pl $(prog)
 #      cd $(<D); MAKELEVEL=0 perl $(<F)
 
 build.sh.in: build.template
-       sed -e 's@%objs%@$(filter-out $(GLOB) $(ALLOCA) $(extras),\
+       sed -e 's@%objs%@$(filter-out remote-% $(GLOB) $(ALLOCA) $(extras),\
               $(patsubst $(archpfx)%,%,$(objs)))\
               $(patsubst %.c,%.o,$(filter %.c,$(globfiles)))@' \
            $< > $@.new