changeset 528:cc31dacda67d

improved coding style
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 09 Nov 2009 02:25:31 +0100
parents 6f7fcfe88cf3
children aade1560187d
files src/postgresql.mk
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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/'