- uclibc-configured has to depend on kernel-headers

This commit is contained in:
Bernhard Reutner-Fischer 2007-08-29 18:05:46 +00:00
parent 0772e1ca37
commit 33b0908145

View File

@ -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/ \