From 872923ba0d678667d6d9e03787c7dcb1f92ad7f9 Mon Sep 17 00:00:00 2001 From: nijtmans Date: Fri, 20 Nov 2009 00:24:24 +0000 Subject: Compile tkTest.c and friends with Stubs --- win/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/win/Makefile.in b/win/Makefile.in index bc4d9fc..ae28aab 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -4,7 +4,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.87 2009/11/10 23:50:46 andreas_kupries Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.88 2009/11/20 00:24:24 nijtmans Exp $ TCLVERSION = @TCL_VERSION@ TCLPATCHL = @TCL_PATCH_LEVEL@ @@ -598,8 +598,8 @@ $(WISH): $(TK_LIB_FILE) $(TK_STUB_LIB_FILE) $(WISH_OBJS) wish.$(RES) tktest : $(TKTEST) $(TKTEST): $(TK_LIB_FILE) $(TKTEST_OBJS) wish.$(RES) $(CAT32) - $(CC) $(CFLAGS) $(TKTEST_OBJS) $(TK_LIB_FILE) \ - $(TCL_STUB_LIB_FILE) $(TCL_LIB_FILE) $(LIBS) \ + $(CC) $(CFLAGS) $(TKTEST_OBJS) $(TK_LIB_FILE) $(TK_STUB_LIB_FILE) \ + $(TCL_LIB_FILE) $(TCL_STUB_LIB_FILE) $(LIBS) \ wish.$(RES) $(CC_EXENAME) $(LDFLAGS_WINDOW) # Msys make requires this next rule for some reason. -- cgit v0.12