summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2010-12-12 22:26:47 +0000
committerPetr Rockai <prockai@redhat.com>2010-12-12 22:26:47 +0000
commitbda30a59b930ee6c88b41ced9c6a6c16b80f7675 (patch)
treea8a5b37836391d464ed545f308ac1729fdf637d5 /test
parentcaa443ae49cc905e41fac5293c6832ce8a171893 (diff)
downloadlvm2-bda30a59b930ee6c88b41ced9c6a6c16b80f7675.tar.gz
lvm2-bda30a59b930ee6c88b41ced9c6a6c16b80f7675.tar.xz
lvm2-bda30a59b930ee6c88b41ced9c6a6c16b80f7675.zip
Remove a redundant %.o: %.c rule from test/api/Makefile.in.
Diffstat (limited to 'test')
-rw-r--r--test/api/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/api/Makefile.in b/test/api/Makefile.in
index 498cb0d5..6d0dafdc 100644
--- a/test/api/Makefile.in
+++ b/test/api/Makefile.in
@@ -51,9 +51,6 @@ tests: $(UNIT)
test: $(test_OBJECTS) $(DEPLIBS)
$(CC) -o test $(test_OBJECTS) $(CFLAGS) $(LDFLAGS) $(LVMLIBS) $(LIBS) $(READLINE_LIBS)
-%.o: $(srcdir)/%.c
- $(CC) -o $@ $(CFLAGS) $(INCLUDES)
-
%.t: %.o $(DEPLIBS)
$(CC) -o $@ $(<) $(CFLAGS) $(LDFLAGS) $(LVMLIBS) $(LIBS)