Kaydet (Commit) bddd878c authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Restore the automatic use of the oldsharedmods and oldsharedinstall targets

üst e7c66917
......@@ -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)
......
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