summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-09-28 01:13:59 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-09-28 01:13:59 +0000
commit5f3c3eb78ea2995449f78709768976775ca7f3d6 (patch)
tree066fe4984d0de87c3f0aac4fdc56622447f795ce /Makefile.in
parent6679ba75e5082f045fc70938cf4dcdfe67b981af (diff)
downloadhercules-5f3c3eb78ea2995449f78709768976775ca7f3d6.tar.gz
hercules-5f3c3eb78ea2995449f78709768976775ca7f3d6.tar.bz2
hercules-5f3c3eb78ea2995449f78709768976775ca7f3d6.tar.xz
hercules-5f3c3eb78ea2995449f78709768976775ca7f3d6.zip
* Fixed sql target not including the save target in the Makefile, needed by the map server for save/mapreg.txt. (bugreport:131)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11320 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 61a4a5e2f..d81463eca 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,7 +3,7 @@
HAVE_MYSQL=@HAVE_MYSQL@
ifeq ($(HAVE_MYSQL),yes)
ALL_DEPENDS=common common_sql login login_sql char char_sql map map_sql ladmin tools converters plugins save
- SQL_DEPENDS=common_sql login_sql char_sql map_sql
+ SQL_DEPENDS=common_sql login_sql char_sql map_sql save
COMMON_SQL_DEPENDS=
LOGIN_SQL_DEPENDS=common_sql
CHAR_SQL_DEPENDS=common_sql