Skip to content
Snippets Groups Projects
Commit 05309c3c authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update again.

parent ad869fcb
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $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 $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -30,6 +30,7 @@ ifeq ($(HAVE_Cplusplus), true) ...@@ -30,6 +30,7 @@ ifeq ($(HAVE_Cplusplus), true)
else else
echo $(HAVE_Cplusplus): No C++ echo $(HAVE_Cplusplus): No C++
endif endif
$(MAKE) -C libpgeasy $@
ifeq ($(USE_TCL), true) ifeq ($(USE_TCL), true)
$(MAKE) -C libpgtcl $@ $(MAKE) -C libpgtcl $@
endif endif
...@@ -44,7 +45,6 @@ endif ...@@ -44,7 +45,6 @@ endif
ifeq ($(USE_ODBC), true) ifeq ($(USE_ODBC), true)
$(MAKE) -C odbc $@ $(MAKE) -C odbc $@
endif endif
$(MAKE) -C pgeasy $@
perl5/Makefile: perl5/Makefile.PL perl5/Makefile: perl5/Makefile.PL
cd perl5 && $(PERL) Makefile.PL cd perl5 && $(PERL) Makefile.PL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment