File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 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
7373ifeq ($(enable_pltcl_unknown ) , yes)
7474override CPPFLAGS+ = -DPLTCL_UNKNOWN_SUPPORT
75+ TCL_UNKNOWN_MODS = modules/pltcl_loadmod \
76+ modules/pltcl_delmod \
77+ modules/pltcl_listmod
7578endif
7679
7780#
9396
9497ifeq ($(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
105101modules/pltcl_loadmod : modules/pltcl_loadmod.in \
106102 $(top_builddir ) /src/Makefile.global
You can’t perform that action at this time.
0 commit comments