mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(libobjects.so.$(OBJECTS_VERSION)): Removed
"-Wl,-soname,libobjects.so.$(OBJECTS_VERSION)"; gcc does this automatically. (Reported by Matthias Klose <doko@cs.tu-berlin.de>.) git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@708 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8b209f74db
commit
9df43faaa7
1 changed files with 0 additions and 1 deletions
|
@ -427,7 +427,6 @@ all: libobjects.a @LIBOBJECTS_SO@
|
|||
|
||||
libobjects.so.$(OBJECTS_VERSION): objects/stdobjects.h $(OBJS_INSTALL_PIC)
|
||||
$(CC) -shared -o libobjects.so.$(OBJECTS_VERSION) \
|
||||
-Wl,-soname,libobjects.so.$(OBJECTS_VERSION) \
|
||||
$(OBJS_INSTALL_PIC)
|
||||
rm -f libobjects.so.$(OBJECTS_MAJOR_VERSION)
|
||||
ln -s libobjects.so.$(OBJECTS_VERSION) \
|
||||
|
|
Loading…
Reference in a new issue