Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
063ee7bb
Commit
063ee7bb
authored
Nov 03, 2000
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Makefile so at least it uses Python 2.0, and compiles out of the
box on Linux.
parent
2cffc7d4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Demo/pysvr/Makefile
Demo/pysvr/Makefile
+2
-2
No files found.
Demo/pysvr/Makefile
View file @
063ee7bb
...
@@ -13,7 +13,7 @@ OPT=-g
...
@@ -13,7 +13,7 @@ OPT=-g
# Where Python is installed, and which version
# Where Python is installed, and which version
INST
=
/usr/local
INST
=
/usr/local
VER
=
1.5
VER
=
2.0
# Expressions using the above definitions -- no need to change
# Expressions using the above definitions -- no need to change
PYVER
=
python
$(VER)
PYVER
=
python
$(VER)
...
@@ -28,7 +28,7 @@ PYLIBS=$(PYC)/lib$(PYVER).a
...
@@ -28,7 +28,7 @@ PYLIBS=$(PYC)/lib$(PYVER).a
# Libraries to link with -- very installation dependent
# Libraries to link with -- very installation dependent
# (See LIBS= in Modules/Makefile in build tree)
# (See LIBS= in Modules/Makefile in build tree)
RLLIBS
=
-lreadline
-ltermcap
RLLIBS
=
-lreadline
-ltermcap
OTHERLIBS
=
-l
socket
-lnsl
-lpthread
-ldl
-lm
OTHERLIBS
=
-l
nsl
-lpthread
-ldl
-lm
-ldb
-lutil
# Compilation and link flags -- no need to change normally
# Compilation and link flags -- no need to change normally
CFLAGS
=
$(PYINCL)
$(OPT)
CFLAGS
=
$(PYINCL)
$(OPT)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment