diff options
Diffstat (limited to 'gnu/usr.bin/groff/devdvi/Makefile')
-rw-r--r-- | gnu/usr.bin/groff/devdvi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/devdvi/Makefile b/gnu/usr.bin/groff/devdvi/Makefile index 312c8d2..788b4f0 100644 --- a/gnu/usr.bin/groff/devdvi/Makefile +++ b/gnu/usr.bin/groff/devdvi/Makefile @@ -12,7 +12,7 @@ DEVFILES= $(FONTFILES) .include "../Makefile.inc" DESC: DESC.in - cat ${DISTDIR}/DESC.in >DESC + cat ${DIST_DIR}/DESC.in >DESC test -z '${DVIPRINT}' || echo print '${DVIPRINT}' >>DESC .include "../Makefile.dev" |