Another test.
authorrich <rich>
Sat, 8 Nov 2003 11:36:19 +0000 (11:36 +0000)
committerrich <rich>
Sat, 8 Nov 2003 11:36:19 +0000 (11:36 +0000)
Makefile

index e10f8ed..bf2c3ae 100644 (file)
--- 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