summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorThorsten Wißmann <edu@thorsten-wissmann.de>2011-10-26 23:52:28 +0200
committerThorsten Wißmann <edu@thorsten-wissmann.de>2011-10-26 23:52:28 +0200
commit6657c0d149d0ee9789007f1f995592c52bfbeec6 (patch)
tree8c69fe825bbfff1af91a64dd5781aac8ed21008d /config.mk
parenta0f9371bec1b3bb9a926d891900497a514a2967f (diff)
make: speparate $(LIBS) from $(LDFLAGS)
"This patch should fix the issue" http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646378
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 4fc12f86..93a3c9a9 100644
--- a/config.mk
+++ b/config.mk
@@ -15,7 +15,7 @@ VERSIONFLAGS = \
-D HERBSTLUFT_VERSION_MAJOR=$(VERSION_MAJOR) \
-D HERBSTLUFT_VERSION_MINOR=$(VERSION_MINOR)
CFLAGS += $(VERSIONFLAGS)
-LDFLAGS = -g ${LIBS}
+LDFLAGS = -g
INSTALLDIR = /
PREFIX = $(INSTALLDIR)/usr/
BINDIR = $(PREFIX)/bin