summaryrefslogtreecommitdiff
path: root/src/common/Makefile
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-07 23:59:26 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-07 23:59:26 +0000
commit59aae2ed7a29f22b90bec24962e83d7a420dc4d1 (patch)
treef284f1b22feed2b6b95e44c008ff4c4fad35232e /src/common/Makefile
parent316de00df4e63468923c5678dcf7c12fc8e59523 (diff)
downloadhercules-59aae2ed7a29f22b90bec24962e83d7a420dc4d1.tar.gz
hercules-59aae2ed7a29f22b90bec24962e83d7a420dc4d1.tar.bz2
hercules-59aae2ed7a29f22b90bec24962e83d7a420dc4d1.tar.xz
hercules-59aae2ed7a29f22b90bec24962e83d7a420dc4d1.zip
- Fixed ladmin's linux compilation and moved some platform specific defines to cbasetypes.h
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9435 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/Makefile')
-rw-r--r--src/common/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/common/Makefile b/src/common/Makefile
index 2c929b52b..e601baae4 100644
--- a/src/common/Makefile
+++ b/src/common/Makefile
@@ -29,9 +29,10 @@ ifeq ($(findstring /,$(HAVESVN)), /)
svnversion.h:
@printf "#define SVNVERSION " > svnversion.h
@svnversion . >> svnversion.h
+ @printf "\n" >> svnversion.h
else
svnversion.h:
- @printf "" > svnversion.h
+ @printf "\n" > svnversion.h
endif
obj/minicore.o: core.c core.h
@@ -54,3 +55,6 @@ obj/plugins.o: plugins.c plugins.h plugin.h
obj/showmsg.o: showmsg.c showmsg.h
obj/strlib.o: strlib.c strlib.h utils.h
obj/mapindex.o: mapindex.c mapindex.h
+obj/utils.o: utils.c utils.h malloc.h showmsg.h mmo.h
+mmo.h: cbasetypes.h
+ @touch mmo.h