We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b260c18 commit 326fbd8Copy full SHA for 326fbd8
src/pl/tcl/Makefile
@@ -2,7 +2,7 @@
2
#
3
# Makefile for the pltcl shared object
4
5
-# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.25 2000/11/03 20:27:40 petere Exp $
+# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.26 2000/12/15 18:50:35 petere Exp $
6
7
#-------------------------------------------------------------------------
8
@@ -94,6 +94,8 @@ ifeq ($(TCL_SHARED_BUILD), 1)
94
95
all: $(INFILES)
96
97
+pltcl$(DLSUFFIX): pltcl.o
98
+
99
install: all installdirs
100
$(INSTALL_SHLIB) $(DLOBJS) $(DESTDIR)$(libdir)/$(DLOBJS)
101
0 commit comments