We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent248a5a7 commitf3c1ae5Copy full SHA for f3c1ae5
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.15 2001/05/25 04:24:33 momjian Exp $
+# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Makefile,v 1.16 2001/05/25 04:26:21 momjian Exp $
6
7
#-------------------------------------------------------------------------
8
@@ -21,13 +21,13 @@ override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS)
21
22
OBJS = pl_parse.o pl_handler.o pl_comp.o pl_exec.o pl_funcs.o
23
24
-ifeq ($(PORTNAME), qnx4)
+ifneq ($(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."
31
endif
32
33
# Shared library stuff