summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-17 21:20:58 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-17 21:20:58 +0000
commit08957511cfd1eef7cdfdc62bd8bf4162e254c774 (patch)
tree7a4d29c5a45bc06de1473b1657faf9675766fe54 /src/common
parenta221e97dba785931319d726d3cb0215d2e1bcf79 (diff)
downloadhercules-08957511cfd1eef7cdfdc62bd8bf4162e254c774.tar.gz
hercules-08957511cfd1eef7cdfdc62bd8bf4162e254c774.tar.bz2
hercules-08957511cfd1eef7cdfdc62bd8bf4162e254c774.tar.xz
hercules-08957511cfd1eef7cdfdc62bd8bf4162e254c774.zip
- Corrected use of the party invitation reply packet, thanks to FlavioJS.
- Removed requirement of "Changelog-Trunk" in the common/Makefile, why was it even there?? - Minor cleanups git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9251 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common')
-rw-r--r--src/common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Makefile b/src/common/Makefile
index a6af2a594..2c929b52b 100644
--- a/src/common/Makefile
+++ b/src/common/Makefile
@@ -26,7 +26,7 @@ clean:
HAVESVN = $(shell which svnversion)
ifeq ($(findstring /,$(HAVESVN)), /)
-svnversion.h: ../../Changelog-Trunk.txt
+svnversion.h:
@printf "#define SVNVERSION " > svnversion.h
@svnversion . >> svnversion.h
else