@@ -120,7 +120,7 @@ install: all installdirs install-lib
120
120
$(INSTALL_DATA ) $(srcdir ) /libpq-int.h ' $(DESTDIR)$(includedir_internal)'
121
121
$(INSTALL_DATA ) $(srcdir ) /pqexpbuffer.h ' $(DESTDIR)$(includedir_internal)'
122
122
$(INSTALL_DATA ) $(srcdir ) /pg_service.conf.sample ' $(DESTDIR)$(datadir)/pg_service.conf.sample'
123
- ifneq (,$findstring( $(PORTNAME ) , win32 cygwin))
123
+ ifneq (,$( findstring $(PORTNAME ) , win32 cygwin) )
124
124
$(INSTALL_DATA) $(shlib) '$(DESTDIR)$(bindir)/$(shlib)'
125
125
endif
126
126
@@ -129,7 +129,7 @@ installcheck:
129
129
130
130
installdirs : installdirs-lib
131
131
$(MKDIR_P ) ' $(DESTDIR)$(includedir)' ' $(DESTDIR)$(includedir_internal)'
132
- ifneq (,$findstring( $(PORTNAME ) , win32 cygwin))
132
+ ifneq (,$( findstring $(PORTNAME ) , win32 cygwin) )
133
133
$(MKDIR_P) '$(DESTDIR)$(bindir)'
134
134
endif
135
135
@@ -139,7 +139,7 @@ uninstall: uninstall-lib
139
139
rm -f ' $(DESTDIR)$(includedir_internal)/libpq-int.h'
140
140
rm -f ' $(DESTDIR)$(includedir_internal)/pqexpbuffer.h'
141
141
rm -f ' $(DESTDIR)$(datadir)/pg_service.conf.sample'
142
- ifneq (,$findstring( $(PORTNAME ) , win32 cygwin))
142
+ ifneq (,$( findstring $(PORTNAME ) , win32 cygwin) )
143
143
rm -f '$(DESTDIR)$(bindir)/$(shlib)'
144
144
endif
145
145
0 commit comments