summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-03-11 19:25:25 +0000
committerRoland McGrath <roland@redhat.com>1993-03-11 19:25:25 +0000
commit63b17f1d63d93107358bae75e46823de6ec1b732 (patch)
treeac5b0116a59a00c897d8dec89d11a3b435fd4f93 /GNUmakefile
parent3e9cf581d118778091d9e4fa5a668aa10a254808 (diff)
downloadgunmake-63b17f1d63d93107358bae75e46823de6ec1b732.tar.gz
Formerly GNUmakefile.~95~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 0b33271..18c85ea 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -179,7 +179,7 @@ tests:# $(testdir)/run_make_tests.pl $(prog)
# cd $(<D); MAKELEVEL=0 perl $(<F)
build.sh.in: build.template
- sed -e 's@%objs%@$(filter-out $(GLOB) $(ALLOCA) $(extras),\
+ sed -e 's@%objs%@$(filter-out remote-% $(GLOB) $(ALLOCA) $(extras),\
$(patsubst $(archpfx)%,%,$(objs)))\
$(patsubst %.c,%.o,$(filter %.c,$(globfiles)))@' \
$< > $@.new