From ded779ffc4082de0c11cda5510a9c70e8eaf5bff Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 23 Jan 1995 21:19:45 +0000 Subject: Fix the bogus depend rule - boy, NetBSD's make catches a lot of bogus Makefiles! --- gnu/libexec/uucp/uusched/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/libexec') diff --git a/gnu/libexec/uucp/uusched/Makefile b/gnu/libexec/uucp/uusched/Makefile index 6135e53..819c17a 100644 --- a/gnu/libexec/uucp/uusched/Makefile +++ b/gnu/libexec/uucp/uusched/Makefile @@ -1,5 +1,5 @@ # Makefile for uusched -# $Id: Makefile,v 1.1 1993/08/05 18:27:55 conklin Exp $ +# $Id: Makefile,v 1.2 1993/08/06 23:26:18 rgrimes Exp $ BINDIR= $(bindir) @@ -13,6 +13,6 @@ uusched: uusched.in $(.CURDIR)/uusched.in > $(.TARGET) depend: - + @echo -n .include -- cgit v1.1