From e0ae3fea78fdeb275bd0a92979067511f8eef69f Mon Sep 17 00:00:00 2001 From: shennetsind Date: Mon, 1 Apr 2013 17:42:36 -0300 Subject: Fixed mapcache compile-time make warning common doesn't handle 'txt' Signed-off-by: shennetsind --- src/tool/Makefile.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/tool') 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 -- cgit v1.2.3-60-g2f50