1
0
mirror of https://github.com/mirror/make.git synced 2025-04-25 12:30:40 +08:00

Formerly GNUmakefile.~95~

This commit is contained in:
Roland McGrath 1993-03-11 19:25:25 +00:00
parent 3e9cf581d1
commit 63b17f1d63

View 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