mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
use -I${DESTDIR}/usr/include/tcl, not -I/usr/include/tcl
This commit is contained in:
parent
b2964d3a9e
commit
1e6f3a5daf
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.3 1997/02/22 19:57:21 peter Exp $
|
||||
# $Id: Makefile,v 1.4 1997/08/18 06:08:56 andreas Exp $
|
||||
|
||||
PROG= tclsh
|
||||
SRCS= tclAppInit.c
|
||||
|
|
@ -14,7 +14,7 @@ CLEANFILES= ${MAN1}
|
|||
tclsh.1: ${.CURDIR}/../../contrib/tcl/doc/tclsh.1
|
||||
sed '/\.so *man.macros/s;.*;.so /usr/share/tmac/tcl.macros;' < $> > $@
|
||||
|
||||
CFLAGS+= -I/usr/include/tcl
|
||||
CFLAGS+= -I${DESTDIR}/usr/include/tcl
|
||||
LDADD+= -ltcl -lm
|
||||
DPADD+= ${LIBTCL} ${LIBM}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue