Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit14536f5

Browse files
committed
More --enable-pltcl-unknown renames.
1 parent27f17e1 commit14536f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/pl/tcl/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Makefile for the pltcl shared object
44
#
5-
# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.27 2001/05/0919:19:00 momjian Exp $
5+
# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.28 2001/05/0920:08:08 momjian Exp $
66
#
77
#-------------------------------------------------------------------------
88

@@ -70,7 +70,7 @@ override CFLAGS = $(TCL_CFLAGS_OPTIMIZE) $(TCL_SHLIB_CFLAGS)
7070
# first of all calls to the call handler. See the doc in the modules
7171
# directory about details.
7272

73-
ifeq ($(with_pltcl_unknown), yes)
73+
ifeq ($(enable_pltcl_unknown), yes)
7474
overrideCPPFLAGS+= -DPLTCL_UNKNOWN_SUPPORT
7575
endif
7676

@@ -99,7 +99,7 @@ pltcl$(DLSUFFIX): pltcl.o
9999

100100
install: all installdirs
101101
$(INSTALL_SHLIB)$(DLOBJS)$(DESTDIR)$(libdir)/$(DLOBJS)
102-
ifeq ($(with_pltcl_unknown), yes)
102+
ifeq ($(enable_pltcl_unknown), yes)
103103
$(INSTALL_SCRIPT) modules/pltcl_loadmod \
104104
$(DESTDIR)$(bindir)/pltcl_loadmod
105105
$(INSTALL_SCRIPT) modules/pltcl_delmod \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp