From fca4519d5bd6687495d31098519fe4c1f9d38abf Mon Sep 17 00:00:00 2001
From: "Thomas G. Lockhart" <lockhart@fourpalms.org>
Date: Wed, 7 Oct 1998 06:41:40 +0000
Subject: [PATCH] Add conditional compilation of the ODBC directory.  Requires
 --with-odbc specified in the standalone configure.

---
 src/interfaces/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/interfaces/Makefile b/src/interfaces/Makefile
index 37e286c2d25..d1537e17522 100644
--- a/src/interfaces/Makefile
+++ b/src/interfaces/Makefile
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.15 1998/08/26 16:43:51 momjian Exp $
+#    $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.16 1998/10/07 06:41:40 thomas Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -35,6 +35,9 @@ endif
 ifeq ($(USE_PERL), true)
 	$(MAKE) -C perl5 $@
 endif
+ifeq ($(USE_ODBC), true)
+	$(MAKE) -C odbc $@
+endif
 
 perl5/Makefile: perl5/Makefile.PL
 	cd perl5 && perl Makefile.PL
-- 
GitLab