[Po4a-devel][CVS] po4a/po/bin Makefile,1.9,1.10

Martin Quinson po4a-devel@lists.alioth.debian.org
Tue, 25 May 2004 18:40:33 +0000


Update of /cvsroot/po4a/po4a/po/bin
In directory haydn:/tmp/cvs-serv16332/po/bin

Modified Files:
	Makefile 
Log Message:
Fix typo

Index: Makefile
===================================================================
RCS file: /cvsroot/po4a/po4a/po/bin/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile	30 Apr 2004 22:56:10 -0000	1.9
+++ Makefile	25 May 2004 18:40:31 -0000	1.10
@@ -32,7 +32,7 @@
 	fi
 	
 clean:
-	rm -f (MOFILES) messages *.mo *~
+	rm -f $(MOFILES) messages *.mo *~
 
 %.mo: %.po
 	msgfmt -o $@ $<