avoid make failure on some platforms
authorJean-Claude Wippler <jcw@equi4.com>
Thu, 30 May 2002 00:04:15 +0000 (00:04 +0000)
committerJean-Claude Wippler <jcw@equi4.com>
Thu, 30 May 2002 00:04:15 +0000 (00:04 +0000)
ChangeLog
Makefile.in

index 9f58dcc696a1e93707176d622d35345216e08e77..8b635d68a4da822f52e50fac58bdb2d4ce9c3e44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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 --
index a05c7e7e226f192e0460ccf80325aac002052a25..9af099f44a796857513cf41a5bbe9a9e248fa43f 100644 (file)
@@ -42,6 +42,9 @@ SOURCES = $(vfs_SOURCES)
 #
 #========================================================================
 
+# Don't change: moved here so the next definition works with more make's
+OBJEXT = @OBJEXT@
+
 vfs_OBJECTS =  generic/vfs.$(OBJEXT)
 OBJECTS = $(vfs_OBJECTS)
 
@@ -131,7 +134,6 @@ LDFLAGS_OPTIMIZE = @LDFLAGS_OPTIMIZE@
 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@