X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/af38d6565fdf47f723899ecbd22686ebbefd5bbb..152c5e2aca6bf3f07af6b19beec872e8b3b43d1d:/Makefile diff --git a/Makefile b/Makefile index ce3015d..3c0dd5f 100644 --- a/Makefile +++ b/Makefile @@ -31,9 +31,9 @@ VERSION: force-version CFLAGS += -g -Wall -Igit CFLAGS += -DSHA1_HEADER='$(SHA1_HEADER)' CFLAGS += -DCGIT_VERSION='"$(CGIT_VERSION)"' -CFLAGS += -DCGIT_CONFIG='"$(DESTDIR)$(CGIT_CONFIG)"' +CFLAGS += -DCGIT_CONFIG='"$(CGIT_CONFIG)"' CFLAGS += -DCGIT_SCRIPT_NAME='"$(CGIT_SCRIPT_NAME)"' -CFLAGS += -DCGIT_CACHE_ROOT='"$(DESTDIR)$(CACHE_ROOT)"' +CFLAGS += -DCGIT_CACHE_ROOT='"$(CACHE_ROOT)"' cgit: cgit.c $(OBJECTS)