mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
linking parms missing from o->so conversion.
This commit is contained in:
parent
21e094d9df
commit
b34447e233
@ -204,7 +204,7 @@ $(TARGETS): $(OBJECTS)
|
||||
$(DEFS) $(CFLAGS) $< > $@
|
||||
|
||||
%.so: %.o
|
||||
$(CC) -c $(INCLUDES) $(DEFS) $(CFLAGS) $< -o $@
|
||||
$(CC) -c $(INCLUDES) $(DEFS) $(CFLAGS) $(CLDFLAGS) $< $(LIBS) -o $@
|
||||
|
||||
ifeq ("@LIB_SUFFIX@","so")
|
||||
$(LIB_SHARED): $(OBJECTS) $(LDDEPS)
|
||||
|
Loading…
Reference in New Issue
Block a user