Fix teleport typo cuasing some crashs.

Fix sql backward rules for makefile
This commit is contained in:
Lighta
2014-09-03 18:49:15 -04:00
parent 531b89e6b0
commit f8f6a1f101
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ endif
#####################################################################
.PHONY: all server \
.PHONY: all server sql \
common \
mt19937ar \
login \
@@ -34,7 +34,7 @@ endif
all: $(ALL_DEPENDS)
sql:
sql: $(SERVER_DEPENDS)
@echo "-!- 'make sql' is now deprecated. Please run 'make server' to continue. -!-"
server: $(SERVER_DEPENDS)