From: Bruce Momjian Date: Sat, 19 Jun 2004 15:14:17 +0000 (+0000) Subject: Fix Makefile syntax. Forgot to test this. X-Git-Tag: REL8_0_0BETA1~339 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57d2665108b19f27314afc92ece8c966ad83b008;p=thirdparty%2Fpostgresql.git Fix Makefile syntax. Forgot to test this. --- diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile index 361e5bd3995..ed76a0d6520 100644 --- a/src/interfaces/libpq/Makefile +++ b/src/interfaces/libpq/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.110 2004/06/19 04:43:18 momjian Exp $ +# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.111 2004/06/19 15:14:17 momjian Exp $ # #------------------------------------------------------------------------- @@ -72,7 +72,7 @@ encnames.c wchar.c : % : $(backend_src)/utils/mb/% rm -f $@ && $(LN_S) $< . -ifeq ($(PTHREAD_H_WIN32)) +ifneq ($(PTHREAD_H_WIN32), "") pthread.h : % : $(top_srcdir)/src/interfaces/libpq/pthread.h.win rm -f $@ && $(LN_S) $< . endif