Makefile:

- use single colon on additional dependancies
fmt.rez:
	- added build date
This commit is contained in:
gdr-ftp 1998-03-08 17:38:25 +00:00
parent 9103cfa195
commit 4028b2d317
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.2 1997/10/30 03:49:46 gdr Exp $
# $Id: Makefile,v 1.3 1998/03/08 17:38:21 gdr-ftp Exp $
#
# Program name
@ -13,4 +13,4 @@ BINDIR = /usr/bin
.INCLUDE: /src/gno/prog.mk
head.o:: def.h extern.h
head.o: def.h extern.h

View File

@ -1,8 +1,9 @@
/*
* $Id: fmt.rez,v 1.1 1997/10/30 03:49:47 gdr Exp $
* $Id: fmt.rez,v 1.2 1998/03/08 17:38:25 gdr-ftp Exp $
*/
#include "Types.Rez"
#include "/src/gno/build.tools/builddate.rez"
resource rVersion (0x1, purgeable3, nocrossbank) {
@ -13,5 +14,6 @@ resource rVersion (0x1, purgeable3, nocrossbank) {
verUS,
"fmt",
"Simple text formatter\n"
"Ported by Devin Reade for GNO v2.0.6"
"Ported by Devin Reade for GNO v2.0.6\n"
BUILD_DATE
};