summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-03-22 09:09:25 +0000
committercgd <cgd@NetBSD.org>1993-03-22 09:09:25 +0000
commit7f34cddc98be4cc60144e308a7d38aea5b6ba4e9 (patch)
tree63fa6927277876565659abfcff344ca1734ad16b /gnu/usr.bin
parent2cd96750d8ce7e589df4cbbba6737d7f31473af6 (diff)
fixed inclusion of Makefile.dev vs. whether or not and obj dir exists
problem.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/groff/devices/Makefile.tty2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/devices/Makefile.tty b/gnu/usr.bin/groff/devices/Makefile.tty
index d55ba6f160b..e133b6e5127 100644
--- a/gnu/usr.bin/groff/devices/Makefile.tty
+++ b/gnu/usr.bin/groff/devices/Makefile.tty
@@ -51,4 +51,4 @@ DESC: DESC.proto
-e "s/^fonts .*$$/fonts `set $(FONTS); echo $$#` $(FONTS)/" \
$(.CURDIR)/DESC.proto >$@
-.include "../Makefile.dev"
+.include "${.CURDIR}/../Makefile.dev"