File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22#
33# Makefile for the plpgsql shared object
44#
5- # $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Makefile,v 1.15 2001/05/25 04:24:33 momjian Exp $
5+ # $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Makefile,v 1.16 2001/05/25 04:26:21 momjian Exp $
66#
77# -------------------------------------------------------------------------
88
@@ -21,13 +21,13 @@ override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS)
2121
2222OBJS = pl_parse.o pl_handler.o pl_comp.o pl_exec.o pl_funcs.o
2323
24- ifeq ($(PORTNAME ) , qnx4)
24+ ifneq ($(PORTNAME ) , qnx4)
2525all : all-lib
2626else
2727all :
28- @echo " *****" ; \
29- echo " * PL/pgSQL was not built due to library manager problems." ; \
30- echo " *****"
28+ @echo " *****"
29+ @ echo " * PL/pgSQL was not built due to library manager problems."
30+ @ echo " *****"
3131endif
3232
3333# Shared library stuff
You can’t perform that action at this time.
0 commit comments