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

Commit91e3b85

Browse files
committed
Wow, I am getting good at this Makefile stuff. Peter may be OK with it.
1 parenta1a12b8 commit91e3b85

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

‎src/pl/tcl/Makefile

Lines changed: 5 additions & 9 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.31 2001/05/09 21:35:11 momjian Exp $
5+
# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.32 2001/05/09 21:42:29 momjian Exp $
66
#
77
#-------------------------------------------------------------------------
88

@@ -72,6 +72,9 @@ override CFLAGS = $(TCL_CFLAGS_OPTIMIZE) $(TCL_SHLIB_CFLAGS)
7272

7373
ifeq ($(enable_pltcl_unknown), yes)
7474
overrideCPPFLAGS+= -DPLTCL_UNKNOWN_SUPPORT
75+
TCL_UNKNOWN_MODS=modules/pltcl_loadmod\
76+
modules/pltcl_delmod\
77+
modules/pltcl_listmod
7578
endif
7679

7780
#
@@ -93,14 +96,7 @@ endif
9396

9497
ifeq ($(TCL_SHARED_BUILD), 1)
9598

96-
ifeq ($(enable_pltcl_unknown), no)
97-
all:$(INFILES)
98-
else
99-
all:$(INFILES)\
100-
modules/pltcl_loadmod\
101-
modules/pltcl_delmod\
102-
modules/pltcl_listmod
103-
endif
99+
all:$(INFILES)$(TCL_UNKNOWN_MODS)
104100

105101
modules/pltcl_loadmod: modules/pltcl_loadmod.in\
106102
$(top_builddir)/src/Makefile.global

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp