diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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 |