From df675b58038677aac3fecb503471332f5593316c Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Sat, 9 Jan 1999 18:52:56 +0000 Subject: [PATCH] Makefile: Added work-around for PR#106 (dmake). --- usr.bin/awk/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/usr.bin/awk/Makefile b/usr.bin/awk/Makefile index 40cabcc..5409232 100644 --- a/usr.bin/awk/Makefile +++ b/usr.bin/awk/Makefile @@ -1,6 +1,6 @@ # # This makefile is intended for use with dmake(1) on Apple IIGS -# $Id: Makefile,v 1.1 1998/04/07 16:13:04 tribby Exp $ +# $Id: Makefile,v 1.2 1999/01/09 18:52:56 gdr-ftp Exp $ # # Created by Dave Tribby, January 1998 @@ -50,6 +50,10 @@ BINDIR = /usr/bin .INCLUDE : /src/gno/prog.mk +# This line is here because if we don't have it, then PR#106 is observed. +# Almost certainly, this just moves the problem; it doesn't fix it. +NOTUSED = $(PWD) + # # Additional dependancies #