Code

Merge branch 'maint'
[git.git] / perl / Makefile
index 17d004e5a0a19dc59b928a96a71d1470deb06e53..0d695fd2f35f91b47455dc382d86b52bb51088d2 100644 (file)
@@ -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