diff options
author | des <des@FreeBSD.org> | 2005-06-10 06:12:53 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2005-06-10 06:12:53 +0000 |
commit | 2bb8de20fe30f1cc02ae127bd04e473b19e23441 (patch) | |
tree | 086bc6374cc176de9e2533a2b8b25ab0ef497b15 /gnu/usr.bin/groff | |
parent | 508e67396ea922c5e3249f730d7004fa6edba0b2 (diff) | |
download | FreeBSD-src-2bb8de20fe30f1cc02ae127bd04e473b19e23441.zip FreeBSD-src-2bb8de20fe30f1cc02ae127bd04e473b19e23441.tar.gz |
Remove kludges intended to support src trees with partial obj trees.
Discussed with: ru
Diffstat (limited to 'gnu/usr.bin/groff')
-rw-r--r-- | gnu/usr.bin/groff/Makefile.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/usr.bin/groff/Makefile.inc b/gnu/usr.bin/groff/Makefile.inc index d197751..a7eb35a 100644 --- a/gnu/usr.bin/groff/Makefile.inc +++ b/gnu/usr.bin/groff/Makefile.inc @@ -66,15 +66,9 @@ indexname=Ind # Libraries # Bad assumption, if one exists they all exist -.if exists(${.OBJDIR}/${TOPREL}/src/libs/libgroff) LIBGROFF= ${.OBJDIR}/${TOPREL}/src/libs/libgroff/libgroff.a LIBDRIVER= ${.OBJDIR}/${TOPREL}/src/libs/libdriver/libdriver.a LIBBIB= ${.OBJDIR}/${TOPREL}/src/libs/libbib/libbib.a -.else -LIBGROFF= ${.CURDIR}/${TOPREL}/src/libs/libgroff/libgroff.a -LIBDRIVER= ${.CURDIR}/${TOPREL}/src/libs/libdriver/libdriver.a -LIBBIB= ${.CURDIR}/${TOPREL}/src/libs/libbib/libbib.a -.endif CFLAGS+= -DHAVE_CONFIG_H CFLAGS+= -I${GROFF_DIST}/src/include -I${.CURDIR}/${TOPREL}/src/include |