Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf3c1ae5

Browse files
committed
Another Makefile fix for qnx patch.
1 parent248a5a7 commitf3c1ae5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/pl/plpgsql/src/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

2222
OBJS = pl_parse.o pl_handler.o pl_comp.o pl_exec.o pl_funcs.o
2323

24-
ifeq ($(PORTNAME), qnx4)
24+
ifneq ($(PORTNAME), qnx4)
2525
all: all-lib
2626
else
2727
all:
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"*****"
3131
endif
3232

3333
# Shared library stuff

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp