From: Mike Taylor Date: Tue, 20 Jun 2006 11:06:02 +0000 (+0000) Subject: Fix X-Git-Tag: CPAN-v1.02~54^2~1168 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=87982627953e29d2a4248a0649cfcbc5dc3eca03 Fix --- diff --git a/zebra/Makefile b/zebra/Makefile index 77e6e68..2e6908c 100644 --- a/zebra/Makefile +++ b/zebra/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 2006-06-20 11:02:58 mike Exp $ +# $Id: Makefile,v 1.3 2006-06-20 11:06:02 mike Exp $ test: xmllint --noout --schema zeerex-2.0.xsd zeerex.xml @@ -7,5 +7,5 @@ terse.properties: pqf.properties sed -n 's/#.*//; s/[ ]*//; s/[ ][ ]*/ /g; /./p' $? > $@ clean: - terse.properties + rm -f terse.properties