summaryrefslogtreecommitdiff
path: root/src/interfaces/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/Makefile.in')
-rw-r--r--src/interfaces/Makefile.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/interfaces/Makefile.in b/src/interfaces/Makefile.in
index 549eef42b9..42ff5e3ed4 100644
--- a/src/interfaces/Makefile.in
+++ b/src/interfaces/Makefile.in
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/interfaces/Attic/Makefile.in,v 1.1 2000/06/10 18:01:48 petere Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/Attic/Makefile.in,v 1.2 2000/06/11 11:39:59 petere Exp $
#
#-------------------------------------------------------------------------
@@ -16,14 +16,14 @@ top_builddir = ../..
USE_TCL = @USE_TCL@
USE_ODBC = @USE_ODBC@
-WITH_CXX = @HAVECXX@
+with_CXX = @with_CXX@
with_perl = @with_perl@
with_python = @with_python@
all install clean dep depend:
$(MAKE) -C libpq $@
$(MAKE) -C ecpg $@
-ifeq ($(WITH_CXX), true)
+ifeq ($(with_CXX), yes)
$(MAKE) -C libpq++ $@
endif
$(MAKE) -C libpgeasy $@
@@ -41,12 +41,8 @@ ifeq ($(USE_ODBC), true)
endif
distclean maintainer-clean: clean
-ifeq ($(with_perl), yes)
-$(MAKE) -C perl5 $@
-endif
-ifeq ($(with_python), yes)
-$(MAKE) -C python $@
-endif
rm -f Makefile \
libpq/Makefile \
ecpg/lib/Makefile \