aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-03 09:24:22 +0000
committerRoy Marples <roy@marples.name>2008-01-03 09:24:22 +0000
commit079e5e820c76cf0f0d0afeda5d7d4ac933b665d0 (patch)
treecebf97e7596c9b96fd63aa84aec14c301c33168c
parent301c378ffeb4f1d227656973d341044048963ad1 (diff)
Don't specify a blank DESTDIR so we inherit from the env
-rw-r--r--default.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/default.mk b/default.mk
index 0bbc0ab5..359b100e 100644
--- a/default.mk
+++ b/default.mk
@@ -1,7 +1,6 @@
# Common makefile settings
# We shouldn't use PREFIX as we need to install into /
-DESTDIR =
_LIB_SH = l=`readlink /lib`; case "$$l" in /lib64|lib64) echo "lib64";; *) echo "lib";; esac
_LIB != $(_LIB_SH)
LIB = $(_LIB)$(shell $(_LIB_SH))
@@ -60,4 +59,3 @@ install:: $(BIN) $(CONF) $(CONF_APPEND)
done
# vim: set ts=4 :
-