8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00

Mistyped - thanks to Adriano

This commit is contained in:
alexpeshkoff 2010-08-06 15:16:33 +00:00
parent 1ca9c0a020
commit fc74f8d4e2

View File

@ -40,12 +40,12 @@ include $(ROOT)/gen/make.shared.variables
@SET_MAKE@
SERVER_Other_sources = jrd/pwd.cpp jrd/sha.cpp
SERVER_Other Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(SERVER_Other_sources))))
SERVER_Other_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(SERVER_Other_sources))))
SERVER_Files = $(OS_ServerFiles) server.cpp
SERVER_Sources = $(addprefix remote/, $(SERVER_Files))
SERVER_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(SERVER_Sources)))) \
$(LIBFBSERVER_Objects) $(COMMON_Objects) $(SERVER_Other Objects)
$(LIBFBSERVER_Objects) $(COMMON_Objects) $(SERVER_Other_Objects)
.PHONY: fbserver