# HG changeset patch # User Volker Grabsch # Date 1257729931 -3600 # Node ID cc31dacda67d4ae047b1132e90191ca65f207281 # Parent 6f7fcfe88cf30a315df8bdc3487425e067f20e4c improved coding style diff -r 6f7fcfe88cf3 -r cc31dacda67d src/postgresql.mk --- a/src/postgresql.mk Mon Nov 09 02:13:41 2009 +0100 +++ b/src/postgresql.mk Mon Nov 09 02:25:31 2009 +0100 @@ -44,12 +44,12 @@ # Since we build only client libary, use bogus tzdata to satisfy configure. # We have to build the shared library, but we won't install it. cd '$(1)' && ./configure \ - --prefix='$(PREFIX)/$(TARGET)' \ - --host='$(TARGET)' \ - --disable-rpath \ - --without-readline \ - --with-zlib \ - --with-system-tzdata=/dev/null + --prefix='$(PREFIX)/$(TARGET)' \ + --host='$(TARGET)' \ + --disable-rpath \ + --without-readline \ + --with-zlib \ + --with-system-tzdata=/dev/null $(MAKE) -C '$(1)'/src/interfaces/libpq -j '$(JOBS)' $(MAKE) -C '$(1)'/src/interfaces/libpq -j '$(JOBS)' install enable_shared=no $(INSTALL) -m664 '$(1)/src/include/pg_config.h' '$(PREFIX)/$(TARGET)/include/'