summaryrefslogtreecommitdiffstats
path: root/daemons/cmirrord
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2009-10-05 13:46:00 +0000
committerAlasdair Kergon <agk@redhat.com>2009-10-05 13:46:00 +0000
commit437219e27dab4a5cbf8fe27e6ab4e6f7c6291c76 (patch)
treeced436568efae180788fa01dd604de5ff99c7a0c /daemons/cmirrord
parentcf65a124e62a29a9fefcc7e87088787565b14572 (diff)
downloadlvm2-437219e27dab4a5cbf8fe27e6ab4e6f7c6291c76.tar.gz
lvm2-437219e27dab4a5cbf8fe27e6ab4e6f7c6291c76.tar.xz
lvm2-437219e27dab4a5cbf8fe27e6ab4e6f7c6291c76.zip
More makefile cleaning up and fixing. (gentoo)
Diffstat (limited to 'daemons/cmirrord')
-rw-r--r--daemons/cmirrord/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/cmirrord/Makefile.in b/daemons/cmirrord/Makefile.in
index 2bf1e351..debab274 100644
--- a/daemons/cmirrord/Makefile.in
+++ b/daemons/cmirrord/Makefile.in
@@ -32,7 +32,7 @@ LMLIBS += $(CPG_LIBS) $(SACKPT_LIBS)
CFLAGS += $(CPG_CFLAGS) $(SACKPT_CFLAGS)
cmirrord: $(OBJECTS) $(top_builddir)/lib/liblvm-internal.a
- $(CC) -o cmirrord $(OBJECTS) $(LDFLAGS) \
+ $(CC) $(CFLAGS) $(LDFLAGS) -o cmirrord $(OBJECTS) \
$(LVMLIBS) $(LMLIBS) $(LIBS)
install: $(TARGETS)