We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effb32c commit fca4519Copy full SHA for fca4519
src/interfaces/Makefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
11
12
#-------------------------------------------------------------------------
13
@@ -35,6 +35,9 @@ endif
35
ifeq ($(USE_PERL), true)
36
$(MAKE) -C perl5 $@
37
endif
38
+ifeq ($(USE_ODBC), true)
39
+ $(MAKE) -C odbc $@
40
+endif
41
42
perl5/Makefile: perl5/Makefile.PL
43
cd perl5 && perl Makefile.PL
0 commit comments