8000
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 a1f14d3 commit 248a5a7Copy full SHA for 248a5a7
src/pl/plpgsql/src/Makefile
@@ -2,7 +2,7 @@
2
#
3
# Makefile for the plpgsql shared object
4
5
-# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Makefile,v 1.14 2001/05/24 22:33:18 momjian Exp $
+# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Makefile,v 1.15 2001/05/25 04:24:33 momjian Exp $
6
7
#-------------------------------------------------------------------------
8
@@ -25,9 +25,9 @@ ifeq ($(PORTNAME), qnx4)
25
all: all-lib
26
else
27
all:
28
- @echo "*****"; \
29
- echo "* PL/pgSQL was not built due to library manager problems."; \
30
- echo "*****"
+ @echo "*****"; \
+ echo "* PL/pgSQL was not built due to library manager problems."; \
+ echo "*****"
31
endif
32
33
# Shared library stuff
0 commit comments