From d8f0692f7a0576f8fe4ca774d1227e802dd68a21 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 19 Sep 2007 15:54:53 +0100 Subject: [PATCH] Revert bd2f73a6(Support the tools scripted in perl.) This is not needed in msysGit, since we call Perl from inside MSys, and therefore paths are handled gracefully. Incidentally, it fixes issue 46 (msysGit fails to install in paths beginning with C). This reverts bd2f73a6ba6daf6158112874414d338c7b0e528d. Signed-off-by: Johannes Schindelin --- perl/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/perl/Makefile b/perl/Makefile index 2fefcd8bbb..e3dd1a5547 100644 --- a/perl/Makefile +++ b/perl/Makefile @@ -20,11 +20,7 @@ clean: $(RM) $(makfile).old ifdef NO_PERL_MAKEMAKER -# We exploit that /bin/sh transforms the DOS-Stype path in TEMP into -# the MSYS style pseudo-mount form. -# This colon-free from is needed because our perl scripts look at -# $(instdir_SQ) and split it at colons. -instdir_SQ = $(subst ','\'',$(shell cmd /x/d/c "set TEMP=$(prefix)/lib && sh -c 'echo \$$TEMP'")) +instdir_SQ = $(subst ','\'',$(prefix)/lib) $(makfile): ../GIT-CFLAGS Makefile echo all: private-Error.pm Git.pm > $@ echo ' mkdir -p blib/lib' >> $@