aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-11-21 13:45:55 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-11-21 14:13:45 +0100
commitab430228afd5344c90d53640951fb3b5a0441a81 (patch)
tree096a9eb46af27c59c6dff236999c19c778355960
parent7730cca8d38fd159e500893a2edf2e11bf898980 (diff)
downloadnx-libs-ab430228afd5344c90d53640951fb3b5a0441a81.tar.gz
nx-libs-ab430228afd5344c90d53640951fb3b5a0441a81.tar.bz2
nx-libs-ab430228afd5344c90d53640951fb3b5a0441a81.zip
Makefile: Don't use DESTDIR in configure.
Fixes ArcticaProject/nx-libs#547.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95ebd26e3..944bf1a60 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ SHLIBDIR ?= $(LIBDIR)
NXLIBDIR ?= $(SHLIBDIR)/nx
USRLIBDIR ?= $(NXLIBDIR)/X11
INCLUDEDIR ?= $(PREFIX)/include
-CONFIGURE ?= ./configure --prefix=$(DESTDIR)$(PREFIX)
+CONFIGURE ?= ./configure --prefix=$(PREFIX)
# use Xfont2 if available in the build env
FONT_DEFINES ?= $(shell pkg-config --modversion xfont2 1>/dev/null 2>/dev/null && echo "-DHAS_XFONT2")