Jim Meyering <jim@xxxxxxxxxxxx> writes: > Without this, the extra output produced e.g., by "make --debug" > would go into $INSTLIBDIR and then cause the sed command to fail. > > Signed-off-by: Jim Meyering <jim@xxxxxxxxxxxx> > --- > Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Makefile b/Makefile > index 0055eef..97ce687 100644 > --- a/Makefile > +++ b/Makefile > @@ -805,7 +805,7 @@ perl/perl.mak: GIT-CFLAGS > > $(patsubst %.perl,%,$(SCRIPT_PERL)): % : %.perl > $(QUIET_GEN)$(RM) $@ $@+ && \ > - INSTLIBDIR=`$(MAKE) -C perl -s --no-print-directory instlibdir` && \ > + INSTLIBDIR=`MAKEFLAGS= $(MAKE) -C perl -s --no-print-directory instlibdir` && \ > sed -e '1{' \ > -e ' s|#!.*perl|#!$(PERL_PATH_SQ)|' \ > -e ' h' \ > -- > 1.5.3.2.99.ge4b2-dirty Does this work with "make -n" ? -- David Kastrup - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html