aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cgit/Makefile')
-rw-r--r--cgit/Makefile4+0 −4
1 files changed, 0 insertions, 4 deletions
diff --git a/cgit/Makefile b/cgit/Makefile
index 5fafeb2..9249fea 100644
--- a/cgit/Makefile
+++ b/cgit/Makefile
@@ -8,11 +8,7 @@ include Makefile
CGIT_PREFIX = ../
CGIT_VERSION = v1.3.1
-CGIT_SCRIPT_NAME = gilti-cgit
-CGIT_CONFIG = /etc/cgitrc
-CGIT_CFLAGS += -DCGIT_CONFIG='"$(CGIT_CONFIG)"'
-CGIT_CFLAGS += -DCGIT_SCRIPT_NAME='"$(CGIT_SCRIPT_NAME)"'
CGIT_CFLAGS += -DCGIT_VERSION='"$(CGIT_VERSION)"'
CGIT_OBJS := $(patsubst %.c,%.o,$(wildcard $(CGIT_PREFIX)*.c))