Mailing List Archive

python/nondist/sandbox/ast Makefile,1.6,1.7
Update of /cvsroot/python/python/nondist/sandbox/ast
In directory usw-pr-cvs1:/tmp/cvs-serv14895

Modified Files:
Makefile
Log Message:
Fix clean rule to work even when already clean

Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/ast/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile 16 Apr 2002 23:40:09 -0000 1.6
--- Makefile 21 Apr 2002 14:46:36 -0000 1.7
***************
*** 14,19 ****

clean:
! rm Python-ast.c
! rm Python-ast.h
! rm ast.so
rm -rf build
--- 14,17 ----

clean:
! rm -f Python-ast.c Python-ast.h ast.so
rm -rf build