aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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-12-05 18:22:24 +0100
commit1539c20e56696d861126108266a4711942caec31 (patch)
treee461aab74c550ef812f74f4f0da4c81976dfd887 /Makefile
parentca43087812afa2817ddc086591b60d593aacc954 (diff)
downloadnx-libs-1539c20e56696d861126108266a4711942caec31.tar.gz
nx-libs-1539c20e56696d861126108266a4711942caec31.tar.bz2
nx-libs-1539c20e56696d861126108266a4711942caec31.zip
Makefile: Don't use DESTDIR in configure.
Fixes ArcticaProject/nx-libs#547.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 204a7310a..6e9479284 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")