diff options
author | escoffon <escoffon@noemail.net> | 1998-07-21 15:25:42 (GMT) |
---|---|---|
committer | escoffon <escoffon@noemail.net> | 1998-07-21 15:25:42 (GMT) |
commit | 1995ae5a0fcbcde73a60e373b206550011a79de1 (patch) | |
tree | 4c20defe18daa071eded92cbee3c9498b650563b /unix/Makefile.in | |
parent | 9940d6d909b61dac3b5a22d2daae8e0eba148082 (diff) | |
download | tcl-1995ae5a0fcbcde73a60e373b206550011a79de1.zip tcl-1995ae5a0fcbcde73a60e373b206550011a79de1.tar.gz tcl-1995ae5a0fcbcde73a60e373b206550011a79de1.tar.bz2 |
Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and
parent workspace "/export/home/ws/tcl8.0".
FossilOrigin-Name: be2f73988cb84e64617667bd09bc80f451daf1cd
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 |