summaryrefslogtreecommitdiffstats
path: root/daemons/dmeventd/plugins/mirror/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2010-03-04 09:56:01 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2010-03-04 09:56:01 +0000
commit76602ee8ef430caa056f98dc542cf4cb9b2eae8a (patch)
treec60269f8cbcf3385c0d9b0a4bc70fe5452096bc7 /daemons/dmeventd/plugins/mirror/Makefile.in
parent87d73a9b85c196210eb3f55b857015f18e4d29f5 (diff)
downloadlvm2-76602ee8ef430caa056f98dc542cf4cb9b2eae8a.tar.gz
lvm2-76602ee8ef430caa056f98dc542cf4cb9b2eae8a.tar.xz
lvm2-76602ee8ef430caa056f98dc542cf4cb9b2eae8a.zip
Use consistently $() instead of ${} for all Makefile variables,
thought both usage forms are correct.
Diffstat (limited to 'daemons/dmeventd/plugins/mirror/Makefile.in')
-rw-r--r--daemons/dmeventd/plugins/mirror/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemons/dmeventd/plugins/mirror/Makefile.in b/daemons/dmeventd/plugins/mirror/Makefile.in
index a6af47f4..bdb49d13 100644
--- a/daemons/dmeventd/plugins/mirror/Makefile.in
+++ b/daemons/dmeventd/plugins/mirror/Makefile.in
@@ -17,8 +17,8 @@ top_srcdir = @top_srcdir@
top_builddir = @top_builddir@
VPATH = @srcdir@
-INCLUDES += -I${top_srcdir}/tools -I$(top_srcdir)/daemons/dmeventd/plugins/lvm2
-CLDFLAGS += -L${top_builddir}/tools -L${top_builddir}/daemons/dmeventd/plugins/lvm2
+INCLUDES += -I$(top_srcdir)/tools -I$(top_srcdir)/daemons/dmeventd/plugins/lvm2
+CLDFLAGS += -L$(top_builddir)/tools -L$(top_builddir)/daemons/dmeventd/plugins/lvm2
SOURCES = dmeventd_mirror.c