diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile index 3cfbb8bbd..989f3f097 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -26,8 +26,11 @@ $(STAGING_DIR)/.prepared: $(TMP_DIR)/.build $(INSTALL_DATA) $(TOPDIR)/tools/include/*.h $(STAGING_DIR_HOST)/include/ touch $@ -$(curdir)//prepare = $(STAGING_DIR)/.prepared -$(curdir)//compile = $(STAGING_DIR)/.prepared +$(STAGING_DIR_HOST)/bin/find: + [ -x "$(FIND)" ] && ln -sf "$(FIND)" $@ + +$(curdir)//prepare = $(STAGING_DIR)/.prepared $(STAGING_DIR_HOST)/bin/find +$(curdir)//compile = $(STAGING_DIR)/.prepared $(STAGING_DIR_HOST)/bin/find # prerequisites for the individual targets $(curdir)/ := .config prereq |