X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=perl%2FMakefile;h=5e079ad01126845c39fd9583fa742f54d5658b49;hb=e3d6d56;hp=17d004e5a0a19dc59b928a96a71d1470deb06e53;hpb=00cec846f157b5363b0967d1e4cba76b44d48e77;p=git.git diff --git a/perl/Makefile b/perl/Makefile index 17d004e5a..5e079ad01 100644 --- a/perl/Makefile +++ b/perl/Makefile @@ -33,11 +33,10 @@ $(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 # (even though GIT-CFLAGS aren't used yet. If ever) ../GIT-CFLAGS: $(MAKE) -C .. GIT-CFLAGS -