summaryrefslogtreecommitdiff
path: root/src/tool
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-04-01 17:42:36 -0300
committershennetsind <ind@henn.et>2013-04-01 17:42:36 -0300
commite0ae3fea78fdeb275bd0a92979067511f8eef69f (patch)
tree0ba722a1677c1b1a0a608478fcd0b4fe12b99985 /src/tool
parentfcd0ceaa3461a95a3f98364854136e12ae80604f (diff)
downloadhercules-e0ae3fea78fdeb275bd0a92979067511f8eef69f.tar.gz
hercules-e0ae3fea78fdeb275bd0a92979067511f8eef69f.tar.bz2
hercules-e0ae3fea78fdeb275bd0a92979067511f8eef69f.tar.xz
hercules-e0ae3fea78fdeb275bd0a92979067511f8eef69f.zip
Fixed mapcache compile-time make warning
common doesn't handle 'txt' Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/tool')
-rw-r--r--src/tool/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/tool/Makefile.in b/src/tool/Makefile.in
index 5c188857b..1e149c2b3 100644
--- a/src/tool/Makefile.in
+++ b/src/tool/Makefile.in
@@ -42,7 +42,8 @@ help:
#####################################################################
obj_all:
- -mkdir obj_all
+ @echo " MKDIR obj_all"
+ @-mkdir obj_all
obj_all/%.o: %.c $(COMMON_H) $(OTHER_H) $(LIBCONFIG_H)
@echo " CC $<"
@@ -50,10 +51,10 @@ obj_all/%.o: %.c $(COMMON_H) $(OTHER_H) $(LIBCONFIG_H)
# missing common object files
../common/obj_all/%.o:
- @$(MAKE) -C ../common txt
+ @$(MAKE) -C ../common sql
../common/obj_all/mini%.o:
- @$(MAKE) -C ../common txt
+ @$(MAKE) -C ../common sql
LIBCONFIG_OBJ:
@$(MAKE) -C ../../3rdparty/libconfig