mirror of
https://git.zx2c4.com/cgit
synced 2024-11-09 18:18:42 +00:00
Revert "Makefile: add missing references to DESTDIR"
This reverts commit fa31c5ed48
, as I
totally misunderstood the purpose of DESTDIR.
Noticed-by: Chris Pickel <sfiera@macports.org>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
af38d6565f
commit
152c5e2aca
4
Makefile
4
Makefile
@ -31,9 +31,9 @@ VERSION: force-version
|
|||||||
CFLAGS += -g -Wall -Igit
|
CFLAGS += -g -Wall -Igit
|
||||||
CFLAGS += -DSHA1_HEADER='$(SHA1_HEADER)'
|
CFLAGS += -DSHA1_HEADER='$(SHA1_HEADER)'
|
||||||
CFLAGS += -DCGIT_VERSION='"$(CGIT_VERSION)"'
|
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_SCRIPT_NAME='"$(CGIT_SCRIPT_NAME)"'
|
||||||
CFLAGS += -DCGIT_CACHE_ROOT='"$(DESTDIR)$(CACHE_ROOT)"'
|
CFLAGS += -DCGIT_CACHE_ROOT='"$(CACHE_ROOT)"'
|
||||||
|
|
||||||
|
|
||||||
cgit: cgit.c $(OBJECTS)
|
cgit: cgit.c $(OBJECTS)
|
||||||
|
Loading…
Reference in New Issue
Block a user