diff options
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -199,14 +199,14 @@ $(interp): $(top_builddir)lib/interp.c $(compile.c) $(Q)$(STRIPTOOL) -x -R .note -R .comment $@ -$(ldso): | $(sub_headers) +$(ldso): @cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@)) $(libc): @cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@)) $(headers_dep): - $(Q)cd $(top_builddir); $(MAKE) headers + $(Q)cd $(top_builddir); $(MAKE) pregen CRT := crt1 |