- uclibc-configured has to depend on kernel-headers
This commit is contained in:
parent
0772e1ca37
commit
33b0908145
@ -313,7 +313,7 @@ $(UCLIBC_DIR)/.config: $(UCLIBC_DIR)/.oldconfig
|
||||
oldconfig
|
||||
touch $@
|
||||
|
||||
$(UCLIBC_DIR)/.configured: $(UCLIBC_DIR)/.config
|
||||
$(UCLIBC_DIR)/.configured: $(LINUX_HEADERS_DIR)/.configured $(UCLIBC_DIR)/.config
|
||||
set -x && $(MAKE1) -C $(UCLIBC_DIR) \
|
||||
PREFIX=$(TOOL_BUILD_DIR)/uClibc_dev/ \
|
||||
DEVEL_PREFIX=/usr/ \
|
||||
|
Loading…
Reference in New Issue
Block a user