diff options
author | Lars Hjemli <hjemli@gmail.com> | 2010-11-09 18:08:38 +0100 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2010-11-10 00:20:50 +0100 |
commit | 53f487dd71b597b0771359f2125388af0913f25e (patch) | |
tree | c1eef6fd5af9d53790f136cc9e19499668f2e8b9 | |
parent | ui-log: Fix filecount/linecount when path limit is in effect (diff) | |
download | cgit-pink-53f487dd71b597b0771359f2125388af0913f25e.tar.gz cgit-pink-53f487dd71b597b0771359f2125388af0913f25e.zip |
Makefile: avoid spurious rebuilds of git sources due to `sudo make`
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 15c7c20..be1d796 100644 --- 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 |