freebsd-dev/gnu/usr.bin/texinfo/libtxi/Makefile
Bruce Evans cc208f94d9 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:
- -I../libtxi was useless.
- there were too many redefinitions and too many different names for the
  same paths.
- use INTERNALLIB* to simplify libtxi/Makefile.
1997-04-07 16:52:53 +00:00

12 lines
133 B
Makefile

# $Id$
LIB= txi
INTERNALLIB= true
INTERNALSTATICLIB= true
SRCS= getopt.c getopt1.c
.include <bsd.lib.mk>
.PATH: ${TXIDIR}/libtxi