[Python-checkins] python/dist/src/PC/os2emx Makefile,1.2,1.3

aimacintyre@sourceforge.net aimacintyre@sourceforge.net
Tue, 30 Apr 2002 06:06:35 -0700


Update of /cvsroot/python/python/dist/src/PC/os2emx
In directory usw-pr-cvs1:/tmp/cvs-serv21700

Modified Files:
	Makefile 
Log Message:
add enumobject.c to build machinery

Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/os2emx/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile	15 Apr 2002 12:09:45 -0000	1.2
--- Makefile	30 Apr 2002 13:06:32 -0000	1.3
***************
*** 1,3 ****
! #####################==================----------------úúúúúúúúúúúúú
  #
  # Top-Level Makefile for Building Python 2.3 for OS/2 using GCC/EMX
--- 1,3 ----
! #####################==================----------------·············
  #
  # Top-Level Makefile for Building Python 2.3 for OS/2 using GCC/EMX
***************
*** 22,26 ****
  #   make test		(optional)
  #
! #####################==================----------------úúúúúúúúúúúúú
  
  # === Compilation mode: debug or release ===
--- 22,26 ----
  #   make test		(optional)
  #
! #####################==================----------------·············
  
  # === Compilation mode: debug or release ===
***************
*** 309,312 ****
--- 309,313 ----
  		Objects/descrobject.c \
  		Objects/dictobject.c \
+ 		Objects/enumobject.c \
  		Objects/fileobject.c \
  		Objects/floatobject.c \