]> asedeno.scripts.mit.edu Git - git.git/commitdiff
Do not output "GEN " when generating perl.mak
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sun, 11 Mar 2007 13:19:07 +0000 (14:19 +0100)
committerJunio 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>
perl/Makefile

index 5ec0389883555c22cece5f9e3edf04c85c6282f1..17d004e5a0a19dc59b928a96a71d1470deb06e53 100644 (file)
@@ -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