@@ -111,14 +111,14 @@ install: all installdirs install-lib
111
111
$(INSTALL_DATA ) $(srcdir ) /libpq-int.h ' $(DESTDIR)$(includedir_internal)'
112
112
$(INSTALL_DATA ) $(srcdir ) /pqexpbuffer.h ' $(DESTDIR)$(includedir_internal)'
113
113
$(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) )
115
115
$(INSTALL_DATA) $(shlib) '$(DESTDIR)$(bindir)/$(shlib)'
116
116
endif
117
117
118
118
installdirs : installdirs-lib
119
119
$(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)'
122
122
endif
123
123
124
124
uninstall : uninstall-lib
@@ -127,7 +127,7 @@ uninstall: uninstall-lib
127
127
rm -f ' $(DESTDIR)$(includedir_internal)/libpq-int.h'
128
128
rm -f ' $(DESTDIR)$(includedir_internal)/pqexpbuffer.h'
129
129
rm -f ' $(DESTDIR)$(datadir)/pg_service.conf.sample'
130
- ifneq (,$findstring( $(PORTNAME ) , win32 cygwin))
130
+ ifneq (,$( findstring $(PORTNAME ) , win32 cygwin) )
131
131
rm -f '$(DESTDIR)$(bindir)/$(shlib)'
132
132
endif
133
133
0 commit comments