summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-08-29 23:44:38 (GMT)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-08-29 23:44:38 (GMT)
commit9c63e6d6827575f8ee8b09d1a87bd50e8ceba484 (patch)
tree5c45dd2507231faa4e3478ba1750e8d3ac80f2e9 /Makefile.pre.in
parente4685ec57e74ec37f234907df45159bcd1899a25 (diff)
downloadcpython-9c63e6d6827575f8ee8b09d1a87bd50e8ceba484.zip
cpython-9c63e6d6827575f8ee8b09d1a87bd50e8ceba484.tar.gz
cpython-9c63e6d6827575f8ee8b09d1a87bd50e8ceba484.tar.bz2
Always compile gcmodule.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 6a6325e..d872267 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -159,7 +159,8 @@ PYTHON= python$(EXE)
MODULE_OBJS= \
Modules/config.o \
Modules/getpath.o \
- Modules/main.o
+ Modules/main.o \
+ Modules/gcmodule.o
# Used of signalmodule.o is not available
SIGNAL_OBJS= @SIGNAL_OBJS@