From ad14b64c9d8330b07b80f5f234683a2446c6bcf7 Mon Sep 17 00:00:00 2001 From: Valaris Date: Sun, 29 Jan 2006 17:30:28 +0000 Subject: [PATCH] Updated Common Makefiles to point at the new Changelogs, thanks to SantaPoring for pointing that out. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5096 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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