Fixed bugs involving paths:

- LDADD was wrong for non-uniform obj trees.
- DPADD was wrong for separate obj tres.

Cleaned up nearby messes, mostly ones invoving paths:
- ../libtxi was useless.
- there were too many redefinitions and too many different names for the
  same paths.
- use INTERNALLIB* to simplify libtxi/Makefile.
This commit is contained in:
Bruce Evans 1997-04-07 17:21:19 +00:00
parent cc208f94d9
commit 6a5c059562
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24706

View File

@ -0,0 +1,11 @@
# $Id$
TXIDIR= ${.CURDIR}/../../../../contrib/texinfo
.if exists(${.OBJDIR}/../libtxi)
LIBTXI= ${.OBJDIR}/../libtxi/libtxi.a
.else
LIBTXI= ${.CURDIR}/../libtxi/libtxi.a
.endif
.include "../../Makefile.inc"