Formerly GNUmakefile.~89~

This commit is contained in:
Roland McGrath 1993-01-13 21:05:06 +00:00
parent fae8065d7f
commit 4694e3fe2e

View 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 $@