From: Mark Huang Date: Wed, 8 Nov 2006 23:27:52 +0000 (+0000) Subject: - fix clean rule X-Git-Tag: pycurl-7_13_1~341 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=28c6cd0924b6fc7e96ee9bf21ad0e69168cd48e9;p=plcapi.git - fix clean rule --- diff --git a/Makefile b/Makefile index 434dc94a..3ec7bc4d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id: Makefile,v 1.5 2006/11/07 11:06:11 thierry Exp $ +# $Id: Makefile,v 1.6 2006/11/08 21:56:32 mlhuang Exp $ # # Metafiles @@ -42,7 +42,7 @@ clean: find . -name '*.pyc' | xargs rm -f rm -f $(INIT) for dir in $(SUBDIRS) ; do $(MAKE) -C $$dir clean ; done - python setup.py build && rm -rf build + python setup.py clean && rm -rf build cd psycopg2 && python setup.py clean && rm -rf build index: $(INIT)