From: Andrew M. Kuchling Date: Mon, 29 Jan 2001 20:18:59 +0000 (+0000) Subject: Restore the automatic use of the oldsharedmods and oldsharedinstall targets X-Git-Tag: v2.1a2~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bddd878cd52eac34f00313fb0496e261866bca0d;p=python Restore the automatic use of the oldsharedmods and oldsharedinstall targets --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 46e1c5112a..3c1d336c04 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -279,7 +279,7 @@ LIBRARY_OBJS= \ # Rules # Default target -all: $(PYTHON) sharedmods +all: $(PYTHON) oldsharedmods sharedmods # Build the interpreter $(PYTHON): $(MAINOBJ) $(LDLIBRARY) @@ -476,7 +476,8 @@ test: all platform install: altinstall bininstall maninstall # Install almost everything without disturbing previous versions -altinstall: altbininstall libinstall inclinstall libainstall sharedinstall +altinstall: altbininstall libinstall inclinstall libainstall \ + sharedinstall oldsharedinstall # Install shared libraries enabled by Setup DESTDIRS= $(exec_prefix) $(LIBDIR) $(BINLIBDEST) $(DESTSHARED)