summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 15937d7)
raw | patch | inline | side by side (parent: 15937d7)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 17 May 2012 19:50:09 +0000 (21:50 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 17 May 2012 19:50:09 +0000 (21:50 +0200) |
For consistency … ;-)
debian/rules | patch | blob | history |
diff --git a/debian/rules b/debian/rules
index 3c9dee40e24c24cc446bc2f8e9342892b6508d4e..b75ccc7ef311b3f00726f4a77b7eda1f08b9157d 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
-CPPFLAGS = `dpkg-buildflags --get CPPFLAGS`
+CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
CPPFLAGS += -I$(CURDIR)/debian/include
-CFLAGS = `dpkg-buildflags --get CFLAGS`
+CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
CFLAGS += -Wall
# There is no way to tell lt_dlopen() to use the RTLD_GLOBAL flag which is
CPPFLAGS += -UCONFIGFILE
CPPFLAGS += -DCONFIGFILE='\"/etc/collectd/collectd.conf\"'
-LDFLAGS = `dpkg-buildflags --get LDFLAGS`
+LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
# The archdir map has been copied from openjdk-6's debian/rules.
JAVA_ARCHDIR = $(shell /usr/share/javahelper/java-arch.sh $(DEB_BUILD_ARCH))