summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-18 16:07:16 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-18 16:07:16 +0000
commit2c89cc9421cb3640750e90168b62e897f7444302 (patch)
tree126ad46731a32dbc017bb5db5ba3ba3e1b643f40 /Makefile
parent7e7ac07deb778e314d2372736c6939a86dc6ca0c (diff)
downloadhercules-2c89cc9421cb3640750e90168b62e897f7444302.tar.gz
hercules-2c89cc9421cb3640750e90168b62e897f7444302.tar.bz2
hercules-2c89cc9421cb3640750e90168b62e897f7444302.tar.xz
hercules-2c89cc9421cb3640750e90168b62e897f7444302.zip
* Script engine:
- calling functions without using the return value doesn't generate warnings - more work on Ticket #41 * Took care of two warnings and a minor change to the makefile. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10025 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cd0c40f02..6731c3807 100644
--- a/Makefile
+++ b/Makefile
@@ -133,9 +133,8 @@ endif
conf:
cp -r conf-tmpl conf
- rm -rf conf/.svn conf/*/.svn
cp -r save-tmpl save
- rm -rf save/.svn
+ rm -rf conf/.svn conf/*/.svn save/.svn
common: src/common/GNUmakefile
$(MAKE) -C src/$@ $(MKDEF)