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