summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-12-06 18:45:00 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-12-06 18:45:00 (GMT)
commit66cb924079b2703df85cfd9735711d696f45ebb7 (patch)
tree8646dff082953c2dbe9a615a828ed94fa3fd15ad /src
parent4abd56cd02a375cb1eae55ea652a7ebe445ebcdb (diff)
downloadmxe-66cb924079b2703df85cfd9735711d696f45ebb7.zip
mxe-66cb924079b2703df85cfd9735711d696f45ebb7.tar.gz
mxe-66cb924079b2703df85cfd9735711d696f45ebb7.tar.bz2
improved coding style
Diffstat (limited to 'src')
-rw-r--r--src/postgresql.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/postgresql.mk b/src/postgresql.mk
index d5036f7..7b305fc 100644
--- a/src/postgresql.mk
+++ b/src/postgresql.mk
@@ -63,7 +63,7 @@ define $(PKG)_BUILD
--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