diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-01-29 20:18:59 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-01-29 20:18:59 (GMT) |
commit | bddd878cd52eac34f00313fb0496e261866bca0d (patch) | |
tree | be552ab40eabfee17b71f9ee3a362e8d29244f67 /Makefile.pre.in | |
parent | e7c6691796a66a0bb254ee8560639d2297f15bf4 (diff) | |
download | cpython-bddd878cd52eac34f00313fb0496e261866bca0d.zip cpython-bddd878cd52eac34f00313fb0496e261866bca0d.tar.gz cpython-bddd878cd52eac34f00313fb0496e261866bca0d.tar.bz2 |
Restore the automatic use of the oldsharedmods and oldsharedinstall targets
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 46e1c51..3c1d336 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) |