diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-08 16:30:43 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-08 16:30:43 +0000 |
commit | b60e6c916c4e10d970303a7a5b419210797709e6 (patch) | |
tree | 9a5efb8b4811a8407b2034e5aca3c59b86c08303 /Makerules | |
parent | c6a737210ae990bc8352fd49f155c1ea1e8c07a4 (diff) |
- revert bad hunk from (my) r22403
CRT need config too
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@) |