summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0497c62)
raw | patch | inline | side by side (parent: 0497c62)
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sun, 11 Mar 2007 13:19:07 +0000 (14:19 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 14 Mar 2007 08:33:49 +0000 (01:33 -0700) |
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>
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>
perl/Makefile | patch | blob | history |
diff --git a/perl/Makefile b/perl/Makefile
index 5ec0389883555c22cece5f9e3edf04c85c6282f1..17d004e5a0a19dc59b928a96a71d1470deb06e53 100644 (file)
--- a/perl/Makefile
+++ b/perl/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