diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-01-16 18:20:05 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-01-16 18:20:05 +0000 |
| commit | 3d0c754cd0873f27fd5507f1b50dba0b70f2a316 (patch) | |
| tree | d7c3fde91e82f858e4b8802b1ce6793c26b7b10f /gnu/lib/libgmp | |
| parent | 7ebc4b10b2e29bf904568effeb9803166a660243 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libgmp')
| -rw-r--r-- | gnu/lib/libgmp/doc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/lib/libgmp/doc/Makefile b/gnu/lib/libgmp/doc/Makefile index b78785523773..afe15d1068ce 100644 --- a/gnu/lib/libgmp/doc/Makefile +++ b/gnu/lib/libgmp/doc/Makefile @@ -4,8 +4,6 @@ INFO = gmp INFOSECTION= "Programming & development tools." -GMPDIR= ${.CURDIR}/../../../../contrib/libgmp -.PATH: ${GMPDIR} +SRCDIR= ${.CURDIR}/../../../../contrib/libgmp -.include "../Makefile.inc" .include <bsd.info.mk> |
