summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-08-16 21:40:16 +0000
committerRoland McGrath <roland@redhat.com>1993-08-16 21:40:16 +0000
commit87886901927b28a5aa2eabdeffaafcf09126a543 (patch)
tree887106532481bee80b664497a1d0f01398dae3d0 /GNUmakefile
parent769061023afe3b6019f7a2318ac127b0c312cb22 (diff)
downloadgunmake-87886901927b28a5aa2eabdeffaafcf09126a543.tar.gz
Formerly GNUmakefile.~108~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 98c2ba0..62b52d8 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 $(<D); MAKELEVEL=0 perl $(<F)
-build.sh.in: build.template
+build.sh.in: build.template compatMakefile
sed -e 's@%objs%@$(filter-out remote-% $(GLOB) $(ALLOCA) $(extras),\
$(patsubst $(archpfx)%,%,$(objs)))\
$(patsubst %.c,%.o,$(filter %.c,$(globfiles)))@' \