Makefile:

- use single colon on extra dependancies
tail.desc:
	- only give directory for "Where" describe field
This commit is contained in:
gdr-ftp 1998-02-19 02:14:26 +00:00
parent 8ecdfc40b1
commit 70d9199214
2 changed files with 6 additions and 6 deletions

View File

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

View File

@ -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.