]> sourceware.org Git - lvm2.git/commitdiff
Remove a redundant %.o: %.c rule from test/api/Makefile.in.
authorPetr Rockai <prokai@redhat.com>
Sun, 12 Dec 2010 22:26:47 +0000 (22:26 +0000)
committerPetr Rockai <prokai@redhat.com>
Sun, 12 Dec 2010 22:26:47 +0000 (22:26 +0000)
test/api/Makefile.in

index 498cb0d59defc3874210c982a117f04be56ed49f..6d0dafdcc6ab7f63a8cc0452478e09951510ec21 100644 (file)
@@ -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)
 
This page took 0.036569 seconds and 5 git commands to generate.