X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=bf2c3aef2d984435a4386c838b7d62b19e4c88cf;hb=1572d41a6653a9a54f5f06a7fba4707523456c89;hp=e10f8ed12ef56e08f5247bb6eac8e0e1e04c4efb;hpb=148494ecb9d27a993e1b0537fd3ac770fbc38ef8;p=perl4caml.git diff --git a/Makefile b/Makefile index e10f8ed..bf2c3ae 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Interface to Perl from OCaml. # Copyright (C) 2003 Merjis Ltd. -# $Id: Makefile,v 1.16 2003-11-08 11:35:22 rich Exp $ +# $Id: Makefile,v 1.17 2003-11-08 11:36:19 rich Exp $ include Makefile.config @@ -150,7 +150,7 @@ check-manifest: # Debian packages. dpkg: - @if [ `cvs -q update | wc -l` ]; then \ + @if [ 0 != `cvs -q update | wc -l` ]; then \ echo Please commit all changes to CVS first.; \ exit 1; \ fi