]> granicus.if.org Git - python/commitdiff
Restore the automatic use of the oldsharedmods and oldsharedinstall targets
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 29 Jan 2001 20:18:59 +0000 (20:18 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 29 Jan 2001 20:18:59 +0000 (20:18 +0000)
Makefile.pre.in

index 46e1c5112ae4c1418c0a45197f609c8648f8e5d0..3c1d336c041856e55a379daa16031db768626bb3 100644 (file)
@@ -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)