diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-05-09 20:08:08 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-05-09 20:08:08 +0000 |
commit | 14536f591d1916fd720fec346b809c7878063b3d (patch) | |
tree | c7a239b3269e5a6a761ba6312c8d910a1a4e8218 /src | |
parent | 27f17e14858e3b47eaccd25aa7a14b5f984da2a0 (diff) | |
download | postgresql-14536f591d1916fd720fec346b809c7878063b3d.tar.gz postgresql-14536f591d1916fd720fec346b809c7878063b3d.zip |
More --enable-pltcl-unknown renames.
Diffstat (limited to 'src')
-rw-r--r-- | src/pl/tcl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pl/tcl/Makefile b/src/pl/tcl/Makefile index b86df3fda65..f4133f78f9e 100644 --- a/src/pl/tcl/Makefile +++ b/src/pl/tcl/Makefile @@ -2,7 +2,7 @@ # # Makefile for the pltcl shared object # -# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.27 2001/05/09 19:19:00 momjian Exp $ +# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.28 2001/05/09 20:08:08 momjian Exp $ # #------------------------------------------------------------------------- @@ -70,7 +70,7 @@ override CFLAGS = $(TCL_CFLAGS_OPTIMIZE) $(TCL_SHLIB_CFLAGS) # first of all calls to the call handler. See the doc in the modules # directory about details. -ifeq ($(with_pltcl_unknown), yes) +ifeq ($(enable_pltcl_unknown), yes) override CPPFLAGS+= -DPLTCL_UNKNOWN_SUPPORT endif @@ -99,7 +99,7 @@ pltcl$(DLSUFFIX): pltcl.o install: all installdirs $(INSTALL_SHLIB) $(DLOBJS) $(DESTDIR)$(libdir)/$(DLOBJS) -ifeq ($(with_pltcl_unknown), yes) +ifeq ($(enable_pltcl_unknown), yes) $(INSTALL_SCRIPT) modules/pltcl_loadmod \ $(DESTDIR)$(bindir)/pltcl_loadmod $(INSTALL_SCRIPT) modules/pltcl_delmod \ |