From: Roland McGrath Date: Mon, 16 Aug 1993 21:40:16 +0000 (+0000) Subject: Formerly GNUmakefile.~108~ X-Git-Tag: 3.70.2~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87886901927b28a5aa2eabdeffaafcf09126a543;p=thirdparty%2Fmake.git Formerly GNUmakefile.~108~ --- diff --git a/GNUmakefile b/GNUmakefile index 98c2ba0d..62b52d87 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -162,7 +162,7 @@ ifeq ($(mkdep),$(mkdep-nolib)) nolib-deps = $(depfiles) else %.dep: %.c - $(mkdep-nolib) $< | sed 's,$*\.o,$(@:.dep=.o) $@,' > $@ + $(mkdep-nolib) $< | sed -e 's,$*\.o,$(@:.dep=.o) $@,' > $@ nolib-deps = $(patsubst $(archpfx)%,%,$(depfiles)) endif # The distributed Makefile.in should contain deps for remote-stub only. @@ -188,7 +188,7 @@ testdir := $(shell ls -d1 make-test-?.? | sort -n +0.10 -0.11 +0.12 | tail -1l) tests:# $(testdir)/run_make_tests.pl $(prog) # cd $(