# 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
# 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