Commit 5abc1c37 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Restore the automatic use of the oldsharedmods and oldsharedinstall targets

parent dff1833c
...@@ -279,7 +279,7 @@ LIBRARY_OBJS= \ ...@@ -279,7 +279,7 @@ LIBRARY_OBJS= \
# Rules # Rules
# Default target # Default target
all: $(PYTHON) sharedmods all: $(PYTHON) oldsharedmods sharedmods
# Build the interpreter # Build the interpreter
$(PYTHON): $(MAINOBJ) $(LDLIBRARY) $(PYTHON): $(MAINOBJ) $(LDLIBRARY)
...@@ -476,7 +476,8 @@ test: all platform ...@@ -476,7 +476,8 @@ test: all platform
install: altinstall bininstall maninstall install: altinstall bininstall maninstall
# Install almost everything without disturbing previous versions # 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 # Install shared libraries enabled by Setup
DESTDIRS= $(exec_prefix) $(LIBDIR) $(BINLIBDEST) $(DESTSHARED) DESTDIRS= $(exec_prefix) $(LIBDIR) $(BINLIBDEST) $(DESTSHARED)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment