Forráskód Böngészése

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
Valaris 19 éve
szülő
commit
ad14b64c9d
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/common/Makefile

+ 1 - 1
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