]> granicus.if.org Git - python/commitdiff
Added cgensupport.o.
authorGuido van Rossum <guido@python.org>
Tue, 29 Apr 1997 15:41:53 +0000 (15:41 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 29 Apr 1997 15:41:53 +0000 (15:41 +0000)
Modules/Makefile.pre.in

index 67c8601f252243ff469956fea7978ba3249225a2..6a3e5e57ecf950393705feb26f0ffa3131482334 100644 (file)
@@ -94,6 +94,8 @@ MAKESETUP=    $(srcdir)/makesetup
 
 OBJS=          $(MODOBJS)
 
+# XXX Should getpath.o (and may be others) be added to OBJS?
+
 ADDOBJS=       main.o config.o getpath.o getbuildinfo.o
 
 LIB=           libModules.a
@@ -174,6 +176,7 @@ almodule.o: almodule.c
 arraymodule.o: arraymodule.c
 audioop.o: audioop.c
 cdmodule.o: cdmodule.c
+cgensupport.o: cgensupport.c
 clmodule.o: clmodule.c
 dbmmodule.o: dbmmodule.c
 errnomodule.o: errnomodule.c