From 70d919921460ad232d31e467fc30e7f6a219e948 Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Thu, 19 Feb 1998 02:14:26 +0000 Subject: [PATCH] Makefile: - use single colon on extra dependancies tail.desc: - only give directory for "Where" describe field --- bin/tail/Makefile | 10 +++++----- bin/tail/tail.desc | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/tail/Makefile b/bin/tail/Makefile index a29b3ba..c5c293a 100644 --- a/bin/tail/Makefile +++ b/bin/tail/Makefile @@ -1,6 +1,6 @@ # # This makefile is intended for use with dmake(1) on Apple IIGS -# $Id: Makefile,v 1.3 1997/10/03 03:52:54 gdr Exp $ +# $Id: Makefile,v 1.4 1998/02/19 02:14:25 gdr-ftp Exp $ # # Created by Dave Tribby, July 1997 @@ -11,7 +11,7 @@ SRCS= tail.c forward.c misc.c read.c .INCLUDE : /src/gno/prog.mk -tail.o:: extern.h -forward.o:: extern.h -misc.o:: extern.h -read.o:: extern.h +tail.o: extern.h +forward.o: extern.h +misc.o: extern.h +read.o: extern.h diff --git a/bin/tail/tail.desc b/bin/tail/tail.desc index 14d61b3..6c6a9e4 100644 --- a/bin/tail/tail.desc +++ b/bin/tail/tail.desc @@ -3,7 +3,7 @@ Version: 2.0 (August 1997) Shell: GNO Author: Dave Tribby (from FreeBSD code) Contact: tribby@cup.hp.com -Where: /bin/tail +Where: /bin FTP: ground.isca.uiowa.edu apple2.caltech.edu trenco.myrias.com Print the last part of a file.