aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Lars Hjemli <hjemli@gmail.com>2007-09-09 01:42:55 (JST)
committerGravatar Lars Hjemli <hjemli@gmail.com>2007-09-09 01:42:55 (JST)
commit6bfed7d23326899554f883cf681fc6182684a978 (patch)
treef5baadea1a430eeb7d05fca00fe2d607597b6271
parent152c5e2aca6bf3f07af6b19beec872e8b3b43d1d (diff)
downloadcgit-6bfed7d23326899554f883cf681fc6182684a978.zip
cgit-6bfed7d23326899554f883cf681fc6182684a978.tar.gz
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>
-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