1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

Remove a redundant %.o: %.c rule from test/api/Makefile.in.

This commit is contained in:
Petr Rockai 2010-12-12 22:26:47 +00:00
parent caa443ae49
commit bda30a59b9

View 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)