summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/uclibc-headers.make2
-rw-r--r--rules/uclibc.make2
2 files changed, 2 insertions, 2 deletions
diff --git a/rules/uclibc-headers.make b/rules/uclibc-headers.make
index c65f1cc..460e9bb 100644
--- a/rules/uclibc-headers.make
+++ b/rules/uclibc-headers.make
@@ -26,7 +26,7 @@ $(UCLIBC_CONFIG):
@echo
@exit 1
-$(STATEDIR)/uclibc-headers.prepare: $(UCLIBC_CONFIG)
+$(STATEDIR)/uclibc-headers.prepare: $(STATEDIR)/uclibc.extract $(UCLIBC_CONFIG)
@$(call targetinfo)
@if [ -f $(UCLIBC_CONFIG) ]; then \
diff --git a/rules/uclibc.make b/rules/uclibc.make
index af7466a..b9b3409 100644
--- a/rules/uclibc.make
+++ b/rules/uclibc.make
@@ -41,7 +41,7 @@ UCLIBC_MAKEVARS := \
RUNTIME_PREFIX=/ \
SHARED_LIB_LOADER_PREFIX=/lib
-$(STATEDIR)/uclibc.prepare:
+$(STATEDIR)/uclibc.prepare: $(STATEDIR)/uclibc-headers.install
@$(call targetinfo)
@$(call touch)