about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorLars Hjemli2007-09-08 18:42:55 +0200
committerLars Hjemli2007-09-08 18:42:55 +0200
commit6bfed7d23326899554f883cf681fc6182684a978 (patch)
treef5baadea1a430eeb7d05fca00fe2d607597b6271 /Makefile
parentRevert "Makefile: add missing references to DESTDIR" (diff)
downloadcgit-6bfed7d23326899554f883cf681fc6182684a978.tar.gz
cgit-6bfed7d23326899554f883cf681fc6182684a978.zip
Revert part of "Makefile: add support for DESTDIR"
This removes my editing on the patch received by Chris Pickel, as I didn't
understand the purpose of DESTDIR.

Noticed-by: Chris Pickel <sfiera@macports.org>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile index 3c0dd5f..899daf2 100644 --- a/Makefile +++ b/Makefile
@@ -56,9 +56,9 @@ install: all
56 rm -rf $(DESTDIR)$(CACHE_ROOT)/* 56 rm -rf $(DESTDIR)$(CACHE_ROOT)/*
57 57
58uninstall: 58uninstall:
59 rm -f $(DESTDIR)$(CGIT_SCRIPT_PATH)/$(CGIT_SCRIPT_NAME) 59 rm -f $(CGIT_SCRIPT_PATH)/$(CGIT_SCRIPT_NAME)
60 rm -f $(DESTDIR)$(CGIT_SCRIPT_PATH)/cgit.css 60 rm -f $(CGIT_SCRIPT_PATH)/cgit.css
61 rm -rf $(DESTDIR)$(CACHE_ROOT) 61 rm -rf $(CACHE_ROOT)
62 62
63clean: 63clean:
64 rm -f cgit VERSION *.o 64 rm -f cgit VERSION *.o