diff options
author | Miles Bader <miles@gnu.org> | 1995-08-25 16:25:52 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-08-25 16:25:52 +0000 |
commit | 071287b5b4b52299025485b09e85a4b0cfb1a170 (patch) | |
tree | 60fe9199ca3109094b3266ad0268277d445ed013 /Makeconf | |
parent | 9413796b1df2a93d8297a224315a7687abaee749 (diff) |
($(libname.so)): Set the soname to $(libname).so, not $(libname).
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ $(libname).a: $(OBJS) $(RANLIB) $@ $(libname).so: $(patsubst %.o,%_pic.o,$(OBJS)) - $(CC) -shared $(CFLAGS) -Wl,-soname=$(libname) -o $(libname).so $+ + $(CC) -shared $(CFLAGS) -Wl,-soname=$(libname).so -o $(libname).so $+ endif # Making a snapshot |