@@ -120,13 +120,13 @@ 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
127
127
installdirs : installdirs-lib
128
128
$(MKDIR_P ) ' $(DESTDIR)$(includedir)' ' $(DESTDIR)$(includedir_internal)'
129
- ifneq (,$findstring( $(PORTNAME ) , win32 cygwin))
129
+ ifneq (,$( findstring $(PORTNAME ) , win32 cygwin) )
130
130
$(MKDIR_P) '$(DESTDIR)$(bindir)'
131
131
endif
132
132
@@ -136,7 +136,7 @@ uninstall: uninstall-lib
136
136
rm -f ' $(DESTDIR)$(includedir_internal)/libpq-int.h'
137
137
rm -f ' $(DESTDIR)$(includedir_internal)/pqexpbuffer.h'
138
138
rm -f ' $(DESTDIR)$(datadir)/pg_service.conf.sample'
139
- ifneq (,$findstring( $(PORTNAME ) , win32 cygwin))
139
+ ifneq (,$( findstring $(PORTNAME ) , win32 cygwin) )
140
140
rm -f '$(DESTDIR)$(bindir)/$(shlib)'
141
141
endif
142
142
0 commit comments