From 53f487dd71b597b0771359f2125388af0913f25e Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Tue, 09 Nov 2010 17:08:38 +0000 Subject: Makefile: avoid spurious rebuilds of git sources due to `sudo make` Signed-off-by: Lars Hjemli --- (limited to 'Makefile') 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 -- cgit v0.9.0.2