postgresql: do not make headers we do not need

This commit is contained in:
Lionel Elie Mamane
2011-12-03 09:33:21 +01:00
parent a33aaa4ba0
commit c9c31ee37c

View File

@@ -64,9 +64,10 @@ BUILD_ACTION = \
--bindir=/usr/lib/postgresql/$(MAJOR_VER)/bin \ --bindir=/usr/lib/postgresql/$(MAJOR_VER)/bin \
--libdir=/usr/lib/ \ --libdir=/usr/lib/ \
--includedir=/usr/include/postgresql/ \ --includedir=/usr/include/postgresql/ \
&& make -C src/backend ../../src/include/utils/errcodes.h ../../src/include/utils/fmgroids.h \ && DESTDIR="$(SRC_ROOT)/$(PRJNAME)/$(INPATH)/" \
&& make -C src/include DESTDIR="../../../../../" install \ && export DESTDIR \
&& make $(MAKE_SILENT) -j$(GMAKE_MODULE_PARALLELISM) -C src/interfaces/libpq DESTDIR="../../../../../../" install && make $(MAKE_SILENT) -j$(GMAKE_MODULE_PARALLELISM) -C src/interfaces/libpq install \
&& ./config/install-sh -c -m 644 src/include/postgres_ext.h "$${{DESTDIR}}/usr/include/postgresql/"
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------