summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authormdejong <mdejong>2001-07-04 00:19:48 (GMT)
committermdejong <mdejong>2001-07-04 00:19:48 (GMT)
commit00e74df96699d52387c829e4f66ddf83b048ec6a (patch)
tree7038cf0ea6d6a023c0e34d7ad9faa8bb11c02220 /win/Makefile.in
parent4d6f85b90c588fb25fe632fa2cc5a44a26e9a324 (diff)
downloadtk-00e74df96699d52387c829e4f66ddf83b048ec6a.zip
tk-00e74df96699d52387c829e4f66ddf83b048ec6a.tar.gz
tk-00e74df96699d52387c829e4f66ddf83b048ec6a.tar.bz2
* win/Makefile.in: Don't use VPSEP, instead just use :
in the VPATH. * win/configure: Regen. * win/configure.in: Don't subst VPSEP.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index b0e3531..777dc2c 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.38 2001/06/27 02:06:13 mdejong Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.39 2001/07/04 00:19:48 mdejong Exp $
TCLVERSION = @TCL_VERSION@
VERSION = @TK_VERSION@
@@ -140,10 +140,9 @@ DEPARG = "$(shell $(CYGPATH) $(PATHTYPE) $<)"
# Setting the VPATH variable to a list of paths will cause the
# makefile to look into these paths when resolving .c to .obj
-# dependencies. Note the ':' to avoid autoconf's habit of deleting
-# all VPATH lines without an explicit ':' in it.
+# dependencies.
-VPATH = $(GENERIC_DIR)@VPSEP@$(WIN_DIR)@VPSEP@$(UNIX_DIR)@VPSEP@$(XLIB_DIR)@VPSEP@$(RC_DIR) # :
+VPATH = $(GENERIC_DIR):$(WIN_DIR):$(UNIX_DIR):$(XLIB_DIR):$(RC_DIR)
# warning flags
CFLAGS_WARNING = @CFLAGS_WARNING@