diff --git a/src/common/Makefile b/src/common/Makefile index 60b588b1e5..a6af2a5942 100644 --- a/src/common/Makefile +++ b/src/common/Makefile @@ -26,7 +26,7 @@ clean: HAVESVN = $(shell which svnversion) ifeq ($(findstring /,$(HAVESVN)), /) -svnversion.h: ../../Changelog-SVN.txt +svnversion.h: ../../Changelog-Trunk.txt @printf "#define SVNVERSION " > svnversion.h @svnversion . >> svnversion.h else