Skip to content

Commit 05309c3

Browse files
committed
Update again.
1 parent ad869fc commit 05309c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.29 1999/10/11 17:51:27 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.30 1999/10/11 18:05:39 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -30,6 +30,7 @@ ifeq ($(HAVE_Cplusplus), true)
3030
else
3131
echo $(HAVE_Cplusplus): No C++
3232
endif
33+
$(MAKE) -C libpgeasy $@
3334
ifeq ($(USE_TCL), true)
3435
$(MAKE) -C libpgtcl $@
3536
endif
@@ -44,7 +45,6 @@ endif
4445
ifeq ($(USE_ODBC), true)
4546
$(MAKE) -C odbc $@
4647
endif
47-
$(MAKE) -C pgeasy $@
4848

4949
perl5/Makefile: perl5/Makefile.PL
5050
cd perl5 && $(PERL) Makefile.PL

0 commit comments

Comments
 (0)