summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2007-03-11 13:19:07 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-03-14 08:33:49 (GMT)
commit6cd7895feeaee3970b76988ed82b2c701a5b28df (patch)
treece4416ab8c2c29f37721e083264963f67a80af1b /perl
parent0497c620cae0531815afc4ada783b488eab3f447 (diff)
downloadgit-6cd7895feeaee3970b76988ed82b2c701a5b28df.zip
git-6cd7895feeaee3970b76988ed82b2c701a5b28df.tar.gz
git-6cd7895feeaee3970b76988ed82b2c701a5b28df.tar.bz2
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 <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'perl')
-rw-r--r--perl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Makefile b/perl/Makefile
index 5ec0389..17d004e 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