diff options
author | dgp <dgp@users.sourceforge.net> | 2012-12-10 18:45:42 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-12-10 18:45:42 (GMT) |
commit | 90307605832ae8bf5cd7ec028c9b485fbdfe77d7 (patch) | |
tree | 708644ff66f62bbb8adc9c3338fa0904b67d0809 /unix/Makefile.in | |
parent | fddfcf8aea5231055a00f5d969533085b36b8347 (diff) | |
download | tk-90307605832ae8bf5cd7ec028c9b485fbdfe77d7.zip tk-90307605832ae8bf5cd7ec028c9b485fbdfe77d7.tar.gz tk-90307605832ae8bf5cd7ec028c9b485fbdfe77d7.tar.bz2 |
Set of changes that permits Tk 8.5.14 to build against the released
header files of Tcl 8.6.0. Developed and tested only on linux so far.
A step in the saga to decouple Tcl and Tk releases.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index c530368..37fabf9 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -373,7 +373,7 @@ TTK_OBJS = \ ttkTagSet.o ttkTheme.o ttkTrace.o ttkTrack.o ttkTreeview.o \ ttkWidget.o ttkStubInit.o -STUB_OBJS = tkStubInit.o tkStubLib.o +STUB_OBJS = tkStubInit.o STUB_LIB_OBJS = tkStubLib.o ttkStubLib.o |