had to add CFLAGS+=-I/usr/include/tcl
otherwise it doesn't find tcl.h
This commit is contained in:
parent
75d23f5f87
commit
291cacf91a
@ -1,4 +1,4 @@
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.3 1997/02/22 19:57:21 peter Exp $
|
||||
|
||||
PROG= tclsh
|
||||
SRCS= tclAppInit.c
|
||||
@ -14,6 +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
|
||||
LDADD+= -ltcl -lm
|
||||
DPADD+= ${LIBTCL} ${LIBM}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user