summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2012-06-13 17:23:30 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-13 19:20:18 +0200
commitf9312bc9034f4e229c1e598c5867fc87d232066c (patch)
tree6e1dbcb41cebac4a040fa453444864c6c04eb1f8 /Makefile.in
parent4bbbb0dad905ea4c78201791e873dd2fc1bcef3b (diff)
downloadptxdist-f9312bc9034f4e229c1e598c5867fc87d232066c.tar.gz
ptxdist-f9312bc9034f4e229c1e598c5867fc87d232066c.tar.xz
Core CPU count detection: do not rely on a fixed path to the 'sysctl' tool
Using a fix path is a bad idea. Lets 'configure' search for the tool and use it as is. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 83824023f..f041814ad 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -59,6 +59,7 @@ environment:
@ln -sf @PYTHON@ "$(abs_srcdir)/bin/python"
@ln -sf @SED@ "$(abs_srcdir)/bin/sed"
@ln -sf @XARGS@ "$(abs_srcdir)/bin/xargs"
+ @ln -sf @SYSCTL@ "$(abs_srcdir)/bin/sysctl"
@echo " done"
clean: