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
This commit is contained in:
Valaris 2006-01-29 17:30:28 +00:00
parent 2178a86317
commit ad14b64c9d

View File

@ -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