OSDN Git Service

- revert bad hunk from (my) r22403
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 8 Oct 2008 16:30:43 +0000 (16:30 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 8 Oct 2008 16:30:43 +0000 (16:30 -0000)
  CRT need config too

Makerules

index 4ce235e..9571d41 100644 (file)
--- 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 $@)