Skip to content

Commit 57d2665

Browse files
committed
Fix Makefile syntax. Forgot to test this.
1 parent 3101181 commit 57d2665

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/19 04:43:18 momjian Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.111 2004/06/19 15: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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy