Skip to content

Commit 55c0188

Browse files
committed
Fix makefile syntax.
1 parent 56f5d34 commit 55c0188

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/interfaces/libpq/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ install: all installdirs install-lib
111111
$(INSTALL_DATA) $(srcdir)/libpq-int.h '$(DESTDIR)$(includedir_internal)'
112112
$(INSTALL_DATA) $(srcdir)/pqexpbuffer.h '$(DESTDIR)$(includedir_internal)'
113113
$(INSTALL_DATA) $(srcdir)/pg_service.conf.sample '$(DESTDIR)$(datadir)/pg_service.conf.sample'
114-
ifneq (,$findstring($(PORTNAME), win32 cygwin))
114+
ifneq (,$(findstring $(PORTNAME), win32 cygwin))
115115
$(INSTALL_DATA) $(shlib) '$(DESTDIR)$(bindir)/$(shlib)'
116116
endif
117117

118118
installdirs: installdirs-lib
119119
$(mkinstalldirs) '$(DESTDIR)$(includedir)' '$(DESTDIR)$(includedir_internal)'
120-
ifneq (,$findstring($(PORTNAME), win32 cygwin))
121-
$(MKDIR_P) '$(DESTDIR)$(bindir)'
120+
ifneq (,$(findstring $(PORTNAME), win32 cygwin))
121+
$(mkinstalldirs) '$(DESTDIR)$(bindir)'
122122
endif
123123

124124
uninstall: uninstall-lib
@@ -127,7 +127,7 @@ uninstall: uninstall-lib
127127
rm -f '$(DESTDIR)$(includedir_internal)/libpq-int.h'
128128
rm -f '$(DESTDIR)$(includedir_internal)/pqexpbuffer.h'
129129
rm -f '$(DESTDIR)$(datadir)/pg_service.conf.sample'
130-
ifneq (,$findstring($(PORTNAME), win32 cygwin))
130+
ifneq (,$(findstring $(PORTNAME), win32 cygwin))
131131
rm -f '$(DESTDIR)$(bindir)/$(shlib)'
132132
endif
133133

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