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:
parent
caa443ae49
commit
bda30a59b9
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user