summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-08-25 16:25:52 +0000
committerMiles Bader <miles@gnu.org>1995-08-25 16:25:52 +0000
commit071287b5b4b52299025485b09e85a4b0cfb1a170 (patch)
tree60fe9199ca3109094b3266ad0268277d445ed013 /Makeconf
parent9413796b1df2a93d8297a224315a7687abaee749 (diff)
($(libname.so)): Set the soname to $(libname).so, not $(libname).
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 52f0a7aa..ea206fcd 100644
--- a/Makeconf
+++ b/Makeconf
@@ -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