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

linking parms missing from o->so conversion.

This commit is contained in:
Alasdair Kergon 2009-10-09 15:55:31 +00:00
parent 21e094d9df
commit b34447e233

View File

@ -204,7 +204,7 @@ $(TARGETS): $(OBJECTS)
$(DEFS) $(CFLAGS) $< > $@ $(DEFS) $(CFLAGS) $< > $@
%.so: %.o %.so: %.o
$(CC) -c $(INCLUDES) $(DEFS) $(CFLAGS) $< -o $@ $(CC) -c $(INCLUDES) $(DEFS) $(CFLAGS) $(CLDFLAGS) $< $(LIBS) -o $@
ifeq ("@LIB_SUFFIX@","so") ifeq ("@LIB_SUFFIX@","so")
$(LIB_SHARED): $(OBJECTS) $(LDDEPS) $(LIB_SHARED): $(OBJECTS) $(LDDEPS)