From a3d7c5fa32b2c907dcaaa11bba4f95012a753e52 Mon Sep 17 00:00:00 2001 From: christos Date: Wed, 11 Jun 2003 13:20:38 +0000 Subject: [PATCH] No sources == error again. --- tools/host-mkdep/host-mkdep.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/host-mkdep/host-mkdep.in b/tools/host-mkdep/host-mkdep.in index ea7c776396cb..34b2fdb05aa9 100644 --- a/tools/host-mkdep/host-mkdep.in +++ b/tools/host-mkdep/host-mkdep.in @@ -1,6 +1,6 @@ #!@BSHELL@ - # -# $NetBSD: host-mkdep.in,v 1.9 2003/06/10 21:34:02 christos Exp $ +# $NetBSD: host-mkdep.in,v 1.10 2003/06/11 13:20:38 christos Exp $ # # Copyright (c) 1991, 1993 # The Regents of the University of California. All rights reserved. @@ -114,8 +114,8 @@ while [ $# -gt 0 ]; do done if [ -z "$SRCS" ]; then - echo "$0: Warning no sources specified." 1>&2 - exit 0 + echo "$USAGE" 1>&2 + exit 1 fi TMP=/tmp/mkdep$$