X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=perl%2FMakefile;h=5e079ad01126845c39fd9583fa742f54d5658b49;hb=e3d6d56;hp=5ec0389883555c22cece5f9e3edf04c85c6282f1;hpb=240c77c7146a58834cf7e425bde956b646c69024;p=git.git diff --git a/perl/Makefile b/perl/Makefile index 5ec038988..5e079ad01 100644 --- a/perl/Makefile +++ b/perl/Makefile @@ -33,11 +33,10 @@ $(makfile): ../GIT-CFLAGS Makefile echo ' echo $(instdir_SQ)' >> $@ else $(makfile): Makefile.PL ../GIT-CFLAGS - $(QUIET_GEN)'$(PERL_PATH_SQ)' $< PREFIX='$(prefix_SQ)' + $(PERL_PATH) $< PREFIX='$(prefix_SQ)' endif # this is just added comfort for calling make directly in perl dir # (even though GIT-CFLAGS aren't used yet. If ever) ../GIT-CFLAGS: $(MAKE) -C .. GIT-CFLAGS -