summaryrefslogtreecommitdiffstats
path: root/rules/ltp-dots.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2008-03-18 15:43:27 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2008-03-18 15:43:27 +0000
commit418a5e80d4f8d4e97d18222d9a06b8c2e325b622 (patch)
tree9ba99f7c415560795290db078b55f6dc25410f2e /rules/ltp-dots.make
parent81861fa6a1ab74779c106a6fdb6f88f28eb366c7 (diff)
downloadptxdist-418a5e80d4f8d4e97d18222d9a06b8c2e325b622.tar.gz
ptxdist-418a5e80d4f8d4e97d18222d9a06b8c2e325b622.tar.xz
* update ltp
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7857 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ltp-dots.make')
-rw-r--r--rules/ltp-dots.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/ltp-dots.make b/rules/ltp-dots.make
index f20139643..b60e47266 100644
--- a/rules/ltp-dots.make
+++ b/rules/ltp-dots.make
@@ -59,7 +59,7 @@ ltp-dots_compile: $(STATEDIR)/ltp-dots.compile
$(STATEDIR)/ltp-dots.compile:
@$(call targetinfo, $@)
- @cd $(LTP_DIR)/testcases/DOTS; $(LTP_ENV) make $(PARALLELMFLAGS)
+ @cd $(LTP_DIR)/testcases/DOTS; $(LTP_ENV) $(MAKE) $(PARALLELMFLAGS)
@$(call touch, $@)
# ----------------------------------------------------------------------------
@@ -72,7 +72,7 @@ $(STATEDIR)/ltp-dots.install:
@$(call targetinfo, $@)
@mkdir -p $(LTP_DOTS_PKGDIR)/bin
@ln -sf $(LTP_DOTS_PKGDIR)/bin $(LTP_DIR)/testcases/bin
- @cd $(LTP_DIR)/testcases/DOTS; $(LTP_ENV) make $(PARALLELMFLAGS) install
+ @cd $(LTP_DIR)/testcases/DOTS; $(LTP_ENV) $(MAKE) $(PARALLELMFLAGS) install
@rm $(LTP_DIR)/testcases/bin
@$(call touch, $@)