From 416488563ef2f68c7ceaec016c4e96ab2fd45ba7 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 f7dbfca616..5e079ad011 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: > $@ echo ' :' >> $@