]> gitweb.ps.run Git - ps-cgit/blobdiff - Makefile
Makefile: avoid spurious rebuilds of git sources due to `sudo make`
[ps-cgit] / Makefile
index 15c7c20494501746a4f804d72743c8affc064b75..be1d7961b0a3bc5f36fedbb4df6c6cd71e5bae05 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -126,6 +126,8 @@ CFLAGS += -DCGIT_CONFIG='"$(CGIT_CONFIG)"'
 CFLAGS += -DCGIT_SCRIPT_NAME='"$(CGIT_SCRIPT_NAME)"'
 CFLAGS += -DCGIT_CACHE_ROOT='"$(CACHE_ROOT)"'
 
+GIT_OPTIONS = prefix=/usr
+
 ifdef NO_ICONV
        CFLAGS += -DNO_ICONV
 endif