OBJ-variables where renamed, fixed the .so generation with new name

This commit is contained in:
Chrisian Richter 2006-10-18 12:32:21 +00:00
parent c763169f4c
commit 43726404f6
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ libisdnnet.a: $(ISDNNET_OBJ)
$(AR) cru $@ $^
$(RANLIB) $@
libisdnnet.so: $(ISDNNETOBJ)
libisdnnet.so: $(ISDNNET_OBJ)
$(CC) -shared -Xlinker -x -o $@ $^
.c.o:

View File

@ -25,7 +25,7 @@ libsuppserv.a: $(SUPPSERV_OBJ)
$(AR) cru $@ $<
$(RANLIB) $@
libsuppserv.so: $(SUPPSERVOBJ)
libsuppserv.so: $(SUPPSERV_OBJ)
$(CC) -shared -Xlinker -x -o $@ $^