Commit 33b09081 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- uclibc-configured has to depend on kernel-headers

parent 0772e1ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/ \