diff --git a/main/Makefile.am b/main/Makefile.am index 8aa5f3569..a946f4283 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -7,7 +7,7 @@ CLEANFILES = trunk_version.h .PHONY: trunk_version.h trunk_version.h: @if test -d ../.svn ; then \ - if test ../.svn -nt trunk_version.h ; then \ + if test ../.svn/wc.db -nt trunk_version.h ; then \ echo '#define TRUNK_VERSION "'`LC_ALL=C svn info 2>/dev/null | grep Revision | egrep -wo [0-9]+`'"' > trunk_version.h; \ fi \ else \ diff --git a/main/lib/db/gb.db/.settings b/main/lib/db/gb.db/.settings index 8f1ff5d76..995bac251 100644 --- a/main/lib/db/gb.db/.settings +++ b/main/lib/db/gb.db/.settings @@ -19,7 +19,7 @@ SearchString=True [OpenFile] File[1]=".src/Main.module:0.16" -Active=3 +Active=2 File[2]=".src/Connections.class:41.180" Count=4 File[3]=".src/Connection.class:21.25"