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 ad869fc commit 05309c3Copy full SHA for 05309c3
src/interfaces/Makefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.29 1999/10/11 17:51:27 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.30 1999/10/11 18:05:39 momjian Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -30,6 +30,7 @@ ifeq ($(HAVE_Cplusplus), true)
30
else
31
echo $(HAVE_Cplusplus): No C++
32
endif
33
+ $(MAKE) -C libpgeasy $@
34
ifeq ($(USE_TCL), true)
35
$(MAKE) -C libpgtcl $@
36
@@ -44,7 +45,6 @@ endif
44
45
ifeq ($(USE_ODBC), true)
46
$(MAKE) -C odbc $@
47
- $(MAKE) -C pgeasy $@
48
49
perl5/Makefile: perl5/Makefile.PL
50
cd perl5 && $(PERL) Makefile.PL
0 commit comments