mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-16 11:56:56 +00:00
install a symlink to the correct version of find in $(STAGING_DIR_HOST)/bin
SVN-Revision: 12451
This commit is contained in:
parent
b2e997983b
commit
304c93e487
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user