aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1998-03-05 13:18:51 +0000
committerMarc G. Fournier <scrappy@hub.org>1998-03-05 13:18:51 +0000
commit0bad7c119816c64eb0b552f0e389f2e9294c1323 (patch)
tree469574e2adf9e6bcd9161d8232d2eaafb64ee0dd /src
parenta8de40df53aa2eeac82b04ca245dd72f4507d737 (diff)
downloadpostgresql-0bad7c119816c64eb0b552f0e389f2e9294c1323.tar.gz
postgresql-0bad7c119816c64eb0b552f0e389f2e9294c1323.zip
Add ecpg back in again
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/Makefile b/src/interfaces/Makefile
index e2a70dc6b1e..13ae838c6b6 100644
--- a/src/interfaces/Makefile
+++ b/src/interfaces/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.8 1998/02/27 02:31:02 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.9 1998/03/05 13:18:51 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -16,7 +16,7 @@ include $(SRCDIR)/Makefile.global
.DEFAULT all:
$(MAKE) -C libpq $@
-# $(MAKE) -C ecpg $@
+ $(MAKE) -C ecpg $@
ifeq ($(HAVE_Cplusplus), true)
$(MAKE) -C libpq++ $@
else