changeset 581:4483a31d18ee

improved coding style
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 06 Dec 2009 19:45:00 +0100
parents 3e5503e5ed58
children 6be6f016a86f
files src/postgresql.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/postgresql.mk	Sun Dec 06 19:41:34 2009 +0100
+++ b/src/postgresql.mk	Sun Dec 06 19:45:00 2009 +0100
@@ -63,7 +63,7 @@
         --without-libxslt \
         --with-zlib \
         --with-system-tzdata=/dev/null
-    $(MAKE) -C '$(1)'/src/interfaces/libpq -j '$(JOBS)' haslibarule= shlib= install
+    $(MAKE) -C '$(1)'/src/interfaces/libpq -j '$(JOBS)' install haslibarule= shlib=
     $(INSTALL) -m664 '$(1)/src/include/pg_config.h'    '$(PREFIX)/$(TARGET)/include/'
     $(INSTALL) -m664 '$(1)/src/include/postgres_ext.h' '$(PREFIX)/$(TARGET)/include/'
 endef