[Python-checkins] CVS: python/dist/src Makefile.pre.in,1.22,1.23

Neil Schemenauer nascheme@users.sourceforge.net
Mon, 26 Feb 2001 18:45:38 -0800


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

Modified Files:
	Makefile.pre.in 
Log Message:
Add missing dependents of graminit.h.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** Makefile.pre.in	2001/02/27 02:19:16	1.22
--- Makefile.pre.in	2001/02/27 02:45:36	1.23
***************
*** 392,395 ****
--- 392,397 ----
  
  
+ Python/compile.o Python/symtable.o: $(GRAMMAR_H)
+ 
  Python/getplatform.o: $(srcdir)/Python/getplatform.c
  		$(CC) -c $(CFLAGS) -DPLATFORM='"$(MACHDEP)"' -o $@ $(srcdir)/Python/getplatform.c