+2008-12-04 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * Makefile.in: change VPATH to ensure that configure munging of
+ VPATH when configuring in the main directory does not break it.
+ [Bug 2389466]
+
2008-12-03 Jeff Hobbs <jeffh@ActiveState.com>
* tests/vfsFtp.test: correct unmount ordering
# Setting the VPATH variable to a list of paths will cause the makefile
# to look into these paths when resolving .c to .obj dependencies.
# As necessary, add $(srcdir):$(srcdir)/compat:....
+#
+# The first $(srcdir) isn't necessary, but configure will strip it the
+# first $(srcdir) it sees in VPATH when configuring in the toplevel dir.
#========================================================================
-VPATH = $(srcdir)/generic:$(srcdir)/unix:$(srcdir)/win
+VPATH = $(srcdir):$(srcdir)/generic
.c.@OBJEXT@:
$(COMPILE) -c `@CYGPATH@ $<` -o $@