summaryrefslogtreecommitdiff
path: root/src/map/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/Makefile.in')
-rw-r--r--src/map/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/map/Makefile.in b/src/map/Makefile.in
index f7e178667..fb78d51a1 100644
--- a/src/map/Makefile.in
+++ b/src/map/Makefile.in
@@ -81,8 +81,10 @@ obj_sql:
# executables
-map-server: $(MAP_SERVER_SQL_DEPENDS) Makefile
- @echo " LD $@"
+map-server: ../../map-server@EXEEXT@
+
+../../map-server@EXEEXT@: $(MAP_SERVER_SQL_DEPENDS) Makefile
+ @echo " LD $(notdir $@)"
@$(CC) @LDFLAGS@ -o ../../map-server@EXEEXT@ $(MAP_OBJ) ../common/obj_sql/common_sql.a ../common/obj_all/common.a $(MT19937AR_OBJ) $(LIBCONFIG_OBJ) @LIBS@ @PCRE_LIBS@ @MYSQL_LIBS@
# map object files