Regenerate. This picks up the new CFLAGS for the PR#2006 fix.
This commit is contained in:
parent
5ded6b34f8
commit
ba27affb3a
@ -1,11 +1,11 @@
|
||||
# $Id: Makefile,v 1.12 1996/10/31 16:09:02 peter Exp $
|
||||
# $Id: Makefile,v 1.13 1996/12/16 11:59:09 peter Exp $
|
||||
#
|
||||
# This file is generated automatically, do not edit it here!
|
||||
#
|
||||
# Please change src/tools/tools/tcl_bmake/mkMakefile.sh instead
|
||||
#
|
||||
# Generated by src/tools/tools/tcl_bmake/mkMakefile.sh version:
|
||||
# Id: mkMakefile.sh,v 1.17 1996/12/16 11:53:50 peter Exp
|
||||
# Id: mkMakefile.sh,v 1.18 1996/12/17 13:08:08 peter Exp
|
||||
#
|
||||
|
||||
TCLDIST=${.CURDIR}/../../contrib/tcl
|
||||
@ -29,7 +29,7 @@ LINKS+= ${SHLIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
|
||||
.endif
|
||||
LINKS+= ${LIBDIR}/lib${LIB}.a ${LIBDIR}/lib${LIB}${SHLIB_MAJOR}.a
|
||||
|
||||
CFLAGS+= -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1
|
||||
CFLAGS+= -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DTCL_SHLIB_EXT=\".so\"
|
||||
CFLAGS+= -DTCL_LIBRARY=\"${TCL_LIBRARY}\"
|
||||
|
||||
LDADD+= -lm
|
||||
|
Loading…
Reference in New Issue
Block a user