From bddd878cd52eac34f00313fb0496e261866bca0d Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 29 Jan 2001 20:18:59 +0000 Subject: [PATCH] Restore the automatic use of the oldsharedmods and oldsharedinstall targets --- Makefile.pre.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) -- 2.50.1