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:
parent
2178a86317
commit
ad14b64c9d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user