mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-25 13:41:45 +00:00
Formerly GNUmakefile.~89~
This commit is contained in:
parent
fae8065d7f
commit
4694e3fe2e
1 changed files with 2 additions and 3 deletions
|
@ -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 $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue