diff options
author | jenglish <jenglish@noemail.net> | 2008-03-21 21:49:10 (GMT) |
---|---|---|
committer | jenglish <jenglish@noemail.net> | 2008-03-21 21:49:10 (GMT) |
commit | 07cfe767dea7b92977d19ea0d0d971db41343219 (patch) | |
tree | 1da6709ac8affe22c275800bb928f277f740d811 /unix | |
parent | 2ca587c9fdb7e8ab5c952916e01f64950f45017d (diff) | |
download | tk-07cfe767dea7b92977d19ea0d0d971db41343219.zip tk-07cfe767dea7b92977d19ea0d0d971db41343219.tar.gz tk-07cfe767dea7b92977d19ea0d0d971db41343219.tar.bz2 |
Keep ttkStubLib.o in libtkstub instead of libtk. [Bug 1920030]
FossilOrigin-Name: 4d6b9001def79e9673e1cc00ffb762c6f1bfe1f0
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 4f4dfd4..96df504 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.142 2008/03/19 17:21:47 das Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.143 2008/03/21 21:49:12 jenglish Exp $ # Current Tk version; used in various names. @@ -370,7 +370,7 @@ TTK_OBJS = \ ttkPanedwindow.o ttkProgress.o ttkScale.o ttkScrollbar.o ttkScroll.o \ ttkSeparator.o ttkSquare.o ttkState.o \ ttkTagSet.o ttkTheme.o ttkTrace.o ttkTrack.o ttkTreeview.o \ - ttkWidget.o ttkStubInit.o ttkStubLib.o + ttkWidget.o ttkStubInit.o STUB_OBJS = tkStubInit.o tkStubLib.o |