diff options
| author | cgd <cgd@NetBSD.org> | 1993-03-22 09:09:25 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-03-22 09:09:25 +0000 |
| commit | 7f34cddc98be4cc60144e308a7d38aea5b6ba4e9 (patch) | |
| tree | 63fa6927277876565659abfcff344ca1734ad16b /gnu/usr.bin | |
| parent | 2cd96750d8ce7e589df4cbbba6737d7f31473af6 (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.tty | 2 |
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" |
