comparison src/postgresql.mk @ 782:53f3b214b02a

install "usr/bin/i686-pc-mingw32-pg_config" instead of "usr/i686-pc-mingw32/bin/pg_config"
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 18 Feb 2010 03:03:04 +0100
parents bf4bcb3370fa
children 96f2569e9e34
comparison
equal deleted inserted replaced
766:56592996677c 782:53f3b214b02a
78 --without-libxml \ 78 --without-libxml \
79 --without-libxslt \ 79 --without-libxslt \
80 --without-zlib \ 80 --without-zlib \
81 --with-system-tzdata=/dev/null 81 --with-system-tzdata=/dev/null
82 $(MAKE) -C '$(1).native'/src/port -j '$(JOBS)' 82 $(MAKE) -C '$(1).native'/src/port -j '$(JOBS)'
83 $(MAKE) -C '$(1).native'/src/bin/pg_config -j '$(JOBS)' install 83 $(MAKE) -C '$(1).native'/src/bin/pg_config -j '$(JOBS)'
84 $(INSTALL) -m755 '$(1).native'/src/bin/pg_config/pg_config '$(PREFIX)/bin/$(TARGET)-pg_config'
84 endef 85 endef