From 75359a9cd5faeda4156b56cfc63e2e553cae1785 Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 14 Jul 2013 17:26:28 +0200 Subject: Makefile error corrections and minor tweaks - Fixed some variable names incorrectly entered as literals in target names - This fixes a build failure when trying to build any specific sub-project directly from src/*/ - Removed an old svn-related command from the 'import' recipe - This fixes the build failures when trying to run 'make tools' right after 'make clean' - Removed duplicate entries in the 'clean' recipe for map and login servers Signed-off-by: Haru --- src/tool/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool') diff --git a/src/tool/Makefile.in b/src/tool/Makefile.in index 1e149c2b3..c1780fe51 100644 --- a/src/tool/Makefile.in +++ b/src/tool/Makefile.in @@ -56,5 +56,5 @@ obj_all/%.o: %.c $(COMMON_H) $(OTHER_H) $(LIBCONFIG_H) ../common/obj_all/mini%.o: @$(MAKE) -C ../common sql -LIBCONFIG_OBJ: +$(LIBCONFIG_OBJ): @$(MAKE) -C ../../3rdparty/libconfig -- cgit v1.2.3-60-g2f50