had to add CFLAGS+=-I/usr/include/tcl

otherwise it doesn't find tcl.h
This commit is contained in:
Andreas Klemm 1997-08-18 06:08:56 +00:00
parent 75d23f5f87
commit 291cacf91a

View File

@ -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}