diff options
author | escoffon <escoffon> | 1998-07-21 15:25:42 (GMT) |
---|---|---|
committer | escoffon <escoffon> | 1998-07-21 15:25:42 (GMT) |
commit | bdc74a471aa0644cdb55f70d1f751b360f70d543 (patch) | |
tree | 4c20defe18daa071eded92cbee3c9498b650563b /unix/Makefile.in | |
parent | 78fb54b92486e46f62c08bf7c5cffc643630c161 (diff) | |
download | tcl-bdc74a471aa0644cdb55f70d1f751b360f70d543.zip tcl-bdc74a471aa0644cdb55f70d1f751b360f70d543.tar.gz tcl-bdc74a471aa0644cdb55f70d1f751b360f70d543.tar.bz2 |
Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and
parent workspace "/export/home/ws/tcl8.0".
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 180ce03..8a96a01 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -178,6 +178,9 @@ BUILD_DLTEST = @BUILD_DLTEST@ TCL_LIB_FILE = @TCL_LIB_FILE@ #TCL_LIB_FILE = libtcl.a +TCL_LIB_FLAG = @TCL_LIB_FLAG@ +#TCL_LIB_FLAG = -ltcl + #---------------------------------------------------------------- # The information below is modified by the configure script when # Makefile is generated from Makefile.in. You shouldn't normally |