@@ -112,13 +112,13 @@ install: all installdirs install-lib
112
112
$(INSTALL_DATA ) $(srcdir ) /libpq-int.h ' $(DESTDIR)$(includedir_internal)'
113
113
$(INSTALL_DATA ) $(srcdir ) /pqexpbuffer.h ' $(DESTDIR)$(includedir_internal)'
114
114
$(INSTALL_DATA ) $(srcdir ) /pg_service.conf.sample ' $(DESTDIR)$(datadir)/pg_service.conf.sample'
115
- ifneq (,$findstring( $(PORTNAME ) , win32 cygwin))
115
+ ifneq (,$( findstring $(PORTNAME ) , win32 cygwin) )
116
116
$(INSTALL_DATA) $(shlib) '$(DESTDIR)$(bindir)/$(shlib)'
117
117
endif
118
118
119
119
installdirs : installdirs-lib
120
120
$(MKDIR_P ) ' $(DESTDIR)$(includedir)' ' $(DESTDIR)$(includedir_internal)'
121
- ifneq (,$findstring( $(PORTNAME ) , win32 cygwin))
121
+ ifneq (,$( findstring $(PORTNAME ) , win32 cygwin) )
122
122
$(MKDIR_P) '$(DESTDIR)$(bindir)'
123
123
endif
124
124
@@ -128,7 +128,7 @@ uninstall: uninstall-lib
128
128
rm -f ' $(DESTDIR)$(includedir_internal)/libpq-int.h'
129
129
rm -f ' $(DESTDIR)$(includedir_internal)/pqexpbuffer.h'
130
130
rm -f ' $(DESTDIR)$(datadir)/pg_service.conf.sample'
131
- ifneq (,$findstring( $(PORTNAME ) , win32 cygwin))
131
+ ifneq (,$( findstring $(PORTNAME ) , win32 cygwin) )
132
132
rm -f '$(DESTDIR)$(bindir)/$(shlib)'
133
133
endif
134
134
0 commit comments