From fc74f8d4e231b97d2999f266c509e4d8de52da84 Mon Sep 17 00:00:00 2001 From: alexpeshkoff Date: Fri, 6 Aug 2010 15:16:33 +0000 Subject: [PATCH] Mistyped - thanks to Adriano --- builds/posix/Makefile.in.fbserver | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builds/posix/Makefile.in.fbserver b/builds/posix/Makefile.in.fbserver index 62c864ae6d..71a85b42de 100644 --- a/builds/posix/Makefile.in.fbserver +++ b/builds/posix/Makefile.in.fbserver @@ -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