On Thu, Nov 02, 2006 at 05:33:48PM +0100, Michel Bardiaux wrote: > > --- Makefile (revision 6869) > +++ Makefile (working copy) > @@ -88,7 +88,7 @@ > > -version.h: > +version.h: .svn/entries > $(SRC_PATH)/version.sh "$(SRC_PATH)" Won't work if .svn/entries is not present, as in a release or snapshot tarball without .svn directories. Diego