From: Johannes Schindelin Date: Sun, 11 Mar 2007 13:19:07 +0000 (+0100) Subject: Do not output "GEN " when generating perl.mak X-Git-Tag: v1.5.1-rc1~36 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=6cd7895feeaee3970b76988ed82b2c701a5b28df;p=git.git Do not output "GEN " when generating perl.mak This fixes the same issue as 8bef6204, which became an issue again after 31d0399c. Besides, it is not really helpful to print just "GEN " (_without_ "perl.mak"). Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/perl/Makefile b/perl/Makefile index 5ec038988..17d004e5a 100644 --- a/perl/Makefile +++ b/perl/Makefile @@ -33,7 +33,7 @@ $(makfile): ../GIT-CFLAGS Makefile echo ' echo $(instdir_SQ)' >> $@ else $(makfile): Makefile.PL ../GIT-CFLAGS - $(QUIET_GEN)'$(PERL_PATH_SQ)' $< PREFIX='$(prefix_SQ)' + '$(PERL_PATH_SQ)' $< PREFIX='$(prefix_SQ)' endif # this is just added comfort for calling make directly in perl dir