From 87982627953e29d2a4248a0649cfcbc5dc3eca03 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 20 Jun 2006 11:06:02 +0000 Subject: [PATCH 1/1] Fix --- zebra/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4