+2002-05-29 Jean-Claude Wippler <jcw@equi4.com>
+ * Makefile.in: moved the definition of $(OBJEXT) up so the
+ definition of vfs_OBJECTS works with more make's
+
2002-05-13 Vince Darley <vincentdarley@sourceforge.net>
* library/webdavvfs.tcl: v. early implementation of a webdav
vfs. (Note: this and the 'http' vfs need lots of work --
#
#========================================================================
+# Don't change: moved here so the next definition works with more make's
+OBJEXT = @OBJEXT@
+
vfs_OBJECTS = generic/vfs.$(OBJEXT)
OBJECTS = $(vfs_OBJECTS)
MAKE_LIB = @MAKE_LIB@
MAKE_SHARED_LIB = @MAKE_SHARED_LIB@
MAKE_STATIC_LIB = @MAKE_STATIC_LIB@
-OBJEXT = @OBJEXT@
RANLIB = @RANLIB@
SHLIB_CFLAGS = @SHLIB_CFLAGS@
SHLIB_LD = @SHLIB_LD@