Explorar o código

- revert bad hunk from (my) r22403
CRT need config too

Bernhard Reutner-Fischer %!s(int64=17) %!d(string=hai) anos
pai
achega
b60e6c916c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makerules

+ 1 - 1
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 $@)