Code

gitweb: Fix support for legacy gitweb config for snapshots
[git.git] / perl / Makefile
index 17d004e5a0a19dc59b928a96a71d1470deb06e53..5e079ad01126845c39fd9583fa742f54d5658b49 100644 (file)
@@ -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
-