diff options
author | Roland McGrath <roland@redhat.com> | 1993-04-22 22:42:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-04-22 22:42:00 +0000 |
commit | 0986bb2c43147eb7da72234ca55be095bd68bb0e (patch) | |
tree | 7acf31705cf5a99b2cacd4b8629384f5722f5545 | |
parent | 5532d1d11d5be5d1b187482d7bdeda1088360660 (diff) | |
download | gunmake-0986bb2c43147eb7da72234ca55be095bd68bb0e.tar.gz |
Formerly GNUmakefile.~100~
-rw-r--r-- | GNUmakefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/GNUmakefile b/GNUmakefile index 3bd6e26..c39dfb7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -160,13 +160,10 @@ nolib-deps = $(depfiles) else %.dep: %.c $(mkdep-nolib) $< | sed 's,$*\.o,$(@:.dep=.o) $@,' > $@ -ifdef archpfx -load.dep: load.c - $(mkdep-nolib) $(LOAD_AVG) $< | sed 's,$*\.o,& $@,' > $@ -endif nolib-deps = $(patsubst $(archpfx)%,%,$(depfiles)) endif -Makefile.in: compatMakefile $(nolib-deps) +# The distributed Makefile.in should contain deps for remote-stub only. +Makefile.in: compatMakefile $(nolib-deps:remote-%.dep=remote-stub.dep) (cat $<; \ echo '# Automatically generated dependencies.'; \ sed -e 's/ [^ ]*\.dep//' -e 's=$(archpfx)==' $(filter-out $<,$^) \ |