X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=perl%2FMakefile;h=a2ffb6402d45420dff4dcd545dfa08b57305d8cd;hb=f5a5531e4e08c22ff1c3f02c43954896b947b158;hp=4ab21d61b808d2e396419fb41419bcea7ab3cde4;hpb=4cd1b99c32d9a345438d098f37e75077d072778f;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