diff options
author | Lars Hjemli | 2007-09-08 18:42:55 +0200 |
---|---|---|
committer | Lars Hjemli | 2007-09-08 18:42:55 +0200 |
commit | 6bfed7d23326899554f883cf681fc6182684a978 (patch) | |
tree | f5baadea1a430eeb7d05fca00fe2d607597b6271 /Makefile | |
parent | Revert "Makefile: add missing references to DESTDIR" (diff) | |
download | cgit-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-- | Makefile | 6 |
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 | ||
58 | uninstall: | 58 | uninstall: |
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 | ||
63 | clean: | 63 | clean: |
64 | rm -f cgit VERSION *.o | 64 | rm -f cgit VERSION *.o |