summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-12-15 00:20:15 +0100
committerMarian Csontos <mcsontos@redhat.com>2018-12-17 16:14:49 +0100
commit366f206f66c5c944c26d378823cbf0a2118d104b (patch)
tree7fba6ff4249cef3b923ce78de7fc50abb4f8eecc
parent54f95afb256a582f8c4bd25096ca18357a9671c6 (diff)
downloadlvm2-366f206f66c5c944c26d378823cbf0a2118d104b.tar.gz
makefiles: no longer used define
Not used anymore -D_BUILDING_LVM (cherry picked from commit 143c8dcd7f20f6ac07eeb859c5fa8d7fad9a5a44)
-rw-r--r--libdm/make.tmpl.in2
-rw-r--r--make.tmpl.in2
2 files changed, 0 insertions, 4 deletions
diff --git a/libdm/make.tmpl.in b/libdm/make.tmpl.in
index cc1642af7..92f2f5513 100644
--- a/libdm/make.tmpl.in
+++ b/libdm/make.tmpl.in
@@ -249,8 +249,6 @@ endif
# end of fPIC protection
endif
-DEFS += -D_BUILDING_LVM
-
LDFLAGS += -L$(top_builddir)/libdm
CLDFLAGS += -L$(top_builddir)/libdm
diff --git a/make.tmpl.in b/make.tmpl.in
index 13f9afcd4..56d7cd684 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -267,8 +267,6 @@ endif
# end of fPIC protection
endif
-DEFS += -D_BUILDING_LVM
-
LDFLAGS += -L$(top_builddir)/lib
CLDFLAGS += -L$(top_builddir)/lib