You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/01/05 13:12:59 UTC

[incubator-nuttx-apps] 01/02: ltp: fix build fail issue

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit ccf5bd28fdd1469e96396587d5309beb37c7bf65
Author: nietingting <ni...@xiaomi.com>
AuthorDate: Fri Dec 18 15:10:37 2020 +0800

    ltp: fix build fail issue
    
    Signed-off-by: nietingting <ni...@xiaomi.com>
---
 testing/ltp/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testing/ltp/Makefile b/testing/ltp/Makefile
index f88658a..cfc26e1 100644
--- a/testing/ltp/Makefile
+++ b/testing/ltp/Makefile
@@ -109,6 +109,8 @@ $(LTP_UNPACK):
 	$(Q) echo "git clone $(LTP_URL)"
 	$(Q) git clone $(LTP_URL)
 
+$(LTP_CSRCS): $(LTP_UNPACK)
+
 context:: $(LTP_UNPACK)
 
 distclean::