X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=perl%2FMakefile;h=a2ffb6402d45420dff4dcd545dfa08b57305d8cd;hb=2acf3658a31249d1a09573e2b6870871b5323121;hp=4ab21d61b808d2e396419fb41419bcea7ab3cde4;hpb=d6bf0cf9bf59257d587e37a6b689a22dc8a9092a;p=git.git diff --git a/perl/Makefile b/perl/Makefile index 4ab21d61b..a2ffb6402 100644 --- a/perl/Makefile +++ b/perl/Makefile @@ -38,7 +38,7 @@ $(makfile): ../GIT-CFLAGS Makefile echo ' echo $(instdir_SQ)' >> $@ else $(makfile): Makefile.PL ../GIT-CFLAGS - $(PERL_PATH) $< PREFIX='$(prefix_SQ)' + $(PERL_PATH) $< PREFIX='$(prefix_SQ)' INSTALL_BASE='' endif # this is just added comfort for calling make directly in perl dir