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

Commit57d2665

Browse files
committed
Fix Makefile syntax. Forgot to test this.
1 parent3101181 commit57d2665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/libpq/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.110 2004/06/1904:43:18 momjian Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.111 2004/06/1915:14:17 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -72,7 +72,7 @@ encnames.c wchar.c : % : $(backend_src)/utils/mb/%
7272
rm -f$@&&$(LN_S)$<.
7373

7474

75-
ifeq ($(PTHREAD_H_WIN32))
75+
ifneq ($(PTHREAD_H_WIN32), "")
7676
pthread.h :% :$(top_srcdir)/src/interfaces/libpq/pthread.h.win
7777
rm -f$@&&$(LN_S)$<.
7878
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp