diff --git a/usr.bin/sed/Makefile b/usr.bin/sed/Makefile index 09d8913..393c852 100644 --- a/usr.bin/sed/Makefile +++ b/usr.bin/sed/Makefile @@ -1,6 +1,6 @@ # # This makefile is intended for use with dmake(1) on Apple IIGS -# $Id: Makefile,v 1.3 1998/04/24 16:24:00 tribby Exp $ +# $Id: Makefile,v 1.4 1999/01/11 01:24:02 gdr-ftp Exp $ # # Created by Dave Tribby, October 1997 @@ -19,6 +19,10 @@ SRCS= main.c compile.c misc.c process.c .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 #