summaryrefslogtreecommitdiffstats
path: root/unix/dltest
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>1999-09-21 06:37:21 (GMT)
committerhobbs <hobbs@noemail.net>1999-09-21 06:37:21 (GMT)
commitcb015d34d106f8928524d7bff5168b2f2b717279 (patch)
tree455484bdc21de3881d73695e23da85d3f47b0de9 /unix/dltest
parent4ca3696539c53fb7939ae01bec77ae87fdd86b2c (diff)
downloadtcl-cb015d34d106f8928524d7bff5168b2f2b717279.zip
tcl-cb015d34d106f8928524d7bff5168b2f2b717279.tar.gz
tcl-cb015d34d106f8928524d7bff5168b2f2b717279.tar.bz2
1999-09-20 Jeff Hobbs <hobbs@scriptics.com>
* tests/env.test: * unix/Makefile.in: added support for AIX LIBPATH env var [Bug: 2793] removed second definition of INCLUDE_INSTALL_DIR (the one that referenced @includedir@) [Bug: 2805] * unix/dltest/Makefile.in: added -lc to LIBS [Bug: 2794] FossilOrigin-Name: 8e69ad39489a35f62f82986d61d06fa15abea1cc
Diffstat (limited to 'unix/dltest')
-rw-r--r--unix/dltest/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/dltest/Makefile.in b/unix/dltest/Makefile.in
index 96b7cc0..98188aa 100644
--- a/unix/dltest/Makefile.in
+++ b/unix/dltest/Makefile.in
@@ -1,11 +1,11 @@
# This Makefile is used to create several test cases for Tcl's load
# command. It also illustrates how to take advantage of configuration
# exported by Tcl to set up Makefiles for shared libraries.
-# RCS: @(#) $Id: Makefile.in,v 1.5 1999/04/16 00:48:06 stanton Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.6 1999/09/21 06:37:32 hobbs Exp $
TCL_DBGX = @TCL_DBGX@
CC = @CC@
-LIBS = @TCL_BUILD_STUB_LIB_SPEC@ @TCL_LIBS@
+LIBS = @TCL_BUILD_STUB_LIB_SPEC@ @TCL_LIBS@ -lc
AC_FLAGS = @EXTRA_CFLAGS@
SHLIB_CFLAGS = @SHLIB_CFLAGS@
SHLIB_LD = @SHLIB_LD@