From 366f206f66c5c944c26d378823cbf0a2118d104b Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Sat, 15 Dec 2018 00:20:15 +0100 Subject: [PATCH] makefiles: no longer used define Not used anymore -D_BUILDING_LVM (cherry picked from commit 143c8dcd7f20f6ac07eeb859c5fa8d7fad9a5a44) --- libdm/make.tmpl.in | 2 -- make.tmpl.in | 2 -- 2 files changed, 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