X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=perl%2FMakefile;h=0d695fd2f35f91b47455dc382d86b52bb51088d2;hb=fdcb769916c93b53517ef1b4cae447a3333c9b86;hp=17d004e5a0a19dc59b928a96a71d1470deb06e53;hpb=c49b260e99d3e0fdd5d84615091ebb969adef5b2;p=git.git diff --git a/perl/Makefile b/perl/Makefile index 17d004e5a..0d695fd2f 100644 --- a/perl/Makefile +++ b/perl/Makefile @@ -33,7 +33,7 @@ $(makfile): ../GIT-CFLAGS Makefile echo ' echo $(instdir_SQ)' >> $@ else $(makfile): Makefile.PL ../GIT-CFLAGS - '$(PERL_PATH_SQ)' $< PREFIX='$(prefix_SQ)' + $(PERL_PATH) $< PREFIX='$(prefix_SQ)' endif # this is just added comfort for calling make directly in perl dir