From a0b5535a05824e94c4bb2e3e549421e6b3ee649b Mon Sep 17 00:00:00 2001 From: skidder Date: Thu, 7 Oct 2004 20:25:40 +0000 Subject: [PATCH] Fix POSIX build after recent Claudio fix --- builds/posix/Makefile.in.client.gpre | 5 +++-- builds/posix/Makefile.in.embed.gpre | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/builds/posix/Makefile.in.client.gpre b/builds/posix/Makefile.in.client.gpre index a91d6443cd..223dccaad2 100644 --- a/builds/posix/Makefile.in.client.gpre +++ b/builds/posix/Makefile.in.client.gpre @@ -27,7 +27,7 @@ # Contributor(s): # # -# $Id: Makefile.in.client.gpre,v 1.15 2004-09-26 22:37:24 skidder Exp $ +# $Id: Makefile.in.client.gpre,v 1.16 2004-10-07 20:25:40 skidder Exp $ # ROOT=.. ObjModuleType=std @@ -39,7 +39,8 @@ include $(ROOT)/gen/make.shared.variables @SET_MAKE@ -GPRE_Other_Sources = jrd/dsc.cpp jrd/isc.cpp common/utils.cpp +GPRE_Other_Sources = jrd/dsc.cpp jrd/isc.cpp common/utils.cpp \ +common/fb_exception.cpp common/classes/alloc.cpp GPRE_Files = gpre_meta.epp \ cmd.cpp cme.cpp cmp.cpp c_cxx.cpp exp.cpp gpre.cpp \ hsh.cpp int_cxx.cpp jrdmet.cpp movg.cpp msc.cpp par.cpp \ diff --git a/builds/posix/Makefile.in.embed.gpre b/builds/posix/Makefile.in.embed.gpre index bb5654b559..fbe2324bea 100644 --- a/builds/posix/Makefile.in.embed.gpre +++ b/builds/posix/Makefile.in.embed.gpre @@ -27,7 +27,7 @@ # Contributor(s): # # -# $Id: Makefile.in.embed.gpre,v 1.15 2004-09-26 22:37:24 skidder Exp $ +# $Id: Makefile.in.embed.gpre,v 1.16 2004-10-07 20:25:40 skidder Exp $ # ROOT=.. ObjModuleType=std @@ -39,7 +39,8 @@ include $(ROOT)/gen/make.shared.variables @SET_MAKE@ -GPRE_Other_Sources = jrd/dsc.cpp jrd/isc.cpp common/utils.cpp +GPRE_Other_Sources = jrd/dsc.cpp jrd/isc.cpp common/utils.cpp \ +common/fb_exception.cpp common/classes/alloc.cpp GPRE_Files = gpre_meta.epp \ cmd.cpp cme.cpp cmp.cpp c_cxx.cpp exp.cpp gpre.cpp \ hsh.cpp int_cxx.cpp jrdmet.cpp movg.cpp msc.cpp par.cpp \