From 7c0cc1c3d4e1ff54d02b27524570434b8006b5ee Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Sun, 8 Mar 1998 17:40:55 +0000 Subject: [PATCH] Makefile: changed to handle the new *.mk files help.rez: added build date --- usr.bin/help/Makefile | 10 ++++++---- usr.bin/help/help.rez | 6 ++++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/usr.bin/help/Makefile b/usr.bin/help/Makefile index b804ea2..5d9c00a 100644 --- a/usr.bin/help/Makefile +++ b/usr.bin/help/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1 1997/10/30 03:51:55 gdr Exp $ +# $Id: Makefile,v 1.2 1998/03/08 17:40:53 gdr-ftp Exp $ # PROG = help @@ -12,10 +12,12 @@ MANDIR = /usr/man RELBIN = $(RELEASE_DIR)$(BINDIR) RELMAN = $(RELEASE_DIR)$(MANDIR) -build: $(PROG) +build: $(OBJ_DIR) $(OBJ_DIR)$(PROG) -$(PROG): help.gsh $(PROG).r +$(OBJ_DIR)$(PROG): help.gsh $(PROG).r $(INSTALL) -m755 help.gsh $@ - $(CATREZ) -d $@ $(PROG).r + $(CATREZ) -d $@ $(OBJ_DIR)$(PROG).r + +$(OBJ_DIR):; $(INSTALL) -d $(OBJ_DIR) .INCLUDE: /src/gno/binrelease.mk diff --git a/usr.bin/help/help.rez b/usr.bin/help/help.rez index 49ce313..cffe8ba 100644 --- a/usr.bin/help/help.rez +++ b/usr.bin/help/help.rez @@ -1,8 +1,9 @@ /* - * $Id: help.rez,v 1.1 1997/10/30 03:51:56 gdr Exp $ + * $Id: help.rez,v 1.2 1998/03/08 17:40:55 gdr-ftp Exp $ */ #include "Types.Rez" +#include "/src/gno/build.tools/builddate.rez" resource rVersion (0x1, purgeable3, nocrossbank) { @@ -12,5 +13,6 @@ resource rVersion (0x1, purgeable3, nocrossbank) { }, verUS, "help", - "Print the help file for an ORCA utility" + "Print the help file for an ORCA utility\n" + BUILD_DATE };