summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-08 16:30:43 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-08 16:30:43 +0000
commitb60e6c916c4e10d970303a7a5b419210797709e6 (patch)
tree9a5efb8b4811a8407b2034e5aca3c59b86c08303 /Makerules
parentc6a737210ae990bc8352fd49f155c1ea1e8c07a4 (diff)
- revert bad hunk from (my) r22403
CRT need config too
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index 4ce235e36..9571d4139 100644
--- a/Makerules
+++ b/Makerules
@@ -360,7 +360,7 @@ CRTS_COMPAT :=
#endif
$(crt-y): $(CRTS) $(CTOR_TARGETS) $(CRTS_COMPAT) $(CRTRELOC)
-$(CRTS) $(CTOR_TARGETS) $(CRTS_COMPAT) $(CRTRELOC): | $(headers-y)
+$(CRTS) $(CTOR_TARGETS) $(CRTS_COMPAT) $(CRTRELOC): | headers
$(top_builddir)lib/$(NONSHARED_LIBNAME): $(libc-nonshared-y)
$(Q)$(INSTALL) -d $(dir $@)