summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-SM.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-10-02 14:25:27 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-10-02 14:25:27 +0000
commiteb09c9f9a020f46738bd617b2a360bd6a2657b78 (patch)
treeb833f78321a4466a493a1689eeeee80758eee2c8 /rules/xorg-lib-SM.make
parent8b6cd8e77673253f1cd549ad29ff4a18a0cd532e (diff)
downloadptxdist-eb09c9f9a020f46738bd617b2a360bd6a2657b78.tar.gz
ptxdist-eb09c9f9a020f46738bd617b2a360bd6a2657b78.tar.xz
adding help and speed up build
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6112 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-lib-SM.make')
-rw-r--r--rules/xorg-lib-SM.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/xorg-lib-SM.make b/rules/xorg-lib-SM.make
index 2f0e064b4..7d431db5d 100644
--- a/rules/xorg-lib-SM.make
+++ b/rules/xorg-lib-SM.make
@@ -2,7 +2,7 @@
# $Id: template 4565 2006-02-10 14:23:10Z mkl $
#
# Copyright (C) 2006 by Erwin Rol
-#
+#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
@@ -64,7 +64,8 @@ XORG_LIB_SM_ENV := $(CROSS_ENV)
#
# autoconf
#
-XORG_LIB_SM_AUTOCONF := $(CROSS_AUTOCONF_USR)
+XORG_LIB_SM_AUTOCONF := $(CROSS_AUTOCONF_USR) \
+ --disable-dependency-tracking
ifdef PTXCONF_XORG_OPTIONS_TRANS_UNIX
XORG_LIB_SM_AUTOCONF += --enable-unix-transport
@@ -84,7 +85,6 @@ else
XORG_LIB_SM_AUTOCONF += --disable-ipv6
endif
-
$(STATEDIR)/xorg-lib-SM.prepare: $(xorg-lib-SM_prepare_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(XORG_LIB_SM_DIR)/config.cache)