[Python-checkins] python/nondist/sandbox/ast Makefile,1.2,1.3

jhylton@sourceforge.net jhylton@sourceforge.net
Tue, 09 Apr 2002 20:57:42 -0700


Update of /cvsroot/python/python/nondist/sandbox/ast
In directory usw-pr-cvs1:/tmp/cvs-serv13515

Modified Files:
	Makefile 
Log Message:
Add -c -pedantic flags to gcc


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/ast/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile	10 Apr 2002 03:33:02 -0000	1.2
--- Makefile	10 Apr 2002 03:57:40 -0000	1.3
***************
*** 2,6 ****
  
  Python-ast.o: Python-ast.c
! 	gcc -Wall -I$(PYINCLUDE) -o Python-ast.o Python-ast.c
  
  Python-ast.c: python.asdl
--- 2,6 ----
  
  Python-ast.o: Python-ast.c
! 	gcc -c -pedantic -Wall -I$(PYINCLUDE) -o Python-ast.o Python-ast.c
  
  Python-ast.c: python.asdl