summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-06-11 06:22:31 +0000
committerMartin v. Löwis <martin@v.loewis.de>2002-06-11 06:22:31 +0000
commit405adb9e26516403e1b1ffdfe494ae29e23ecaba (patch)
tree8fde46b9d387e1a33b4728bc6d8bce6b713a9005 /Makefile.pre.in
parent56261979c374c58bc0b3824f9b379dcdeb6e6035 (diff)
downloadcpython-405adb9e26516403e1b1ffdfe494ae29e23ecaba.tar.gz
Patch #488073: AtheOS port.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index ad11ff8949..0590fa8739 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -146,6 +146,7 @@ LIBS= @LIBS@
LIBM= @LIBM@
LIBC= @LIBC@
SYSLIBS= $(LIBM) $(LIBC)
+SHLIBS= @SHLIBS@
MAINOBJ= @MAINOBJ@
THREADOBJ= @THREADOBJ@
@@ -341,7 +342,7 @@ $(LIBRARY): $(LIBRARY_OBJS)
$(RANLIB) $@
libpython$(VERSION).so: $(LIBRARY_OBJS)
- $(LDSHARED) -o $@ $(LIBRARY_OBJS) $(LIBC) $(LIBM)
+ $(LDSHARED) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM)
libpython$(VERSION).sl: $(LIBRARY_OBJS)
$(LDSHARED) -o $@ $(LIBRARY_OBJS) $(LIBC) $(LIBM)