Commit 0e839dbb authored by Bruce Momjian's avatar Bruce Momjian

Update pgeasy.

parent d3ba981b
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.28 1999/10/11 17:46:58 momjian Exp $ # $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.29 1999/10/11 17:51:27 momjian Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -44,7 +44,7 @@ endif ...@@ -44,7 +44,7 @@ endif
ifeq ($(USE_ODBC), true) ifeq ($(USE_ODBC), true)
$(MAKE) -C odbc $@ $(MAKE) -C odbc $@
endif endif
$(MAKE) -C pgeasy$@ $(MAKE) -C pgeasy $@
perl5/Makefile: perl5/Makefile.PL perl5/Makefile: perl5/Makefile.PL
cd perl5 && $(PERL) Makefile.PL cd perl5 && $(PERL) Makefile.PL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment