diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-03-31 22:44:22 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-03-31 23:47:43 +0200 |
commit | 5fe8fc1ac4b5eb0f9e9bb01295c14b99d80ab41e (patch) | |
tree | 0e3504fc9b2bddb4583fb83ae186b3fbcd6b07d3 /libc/Makefile.in | |
parent | e51d746b4b9ed54ddeed48d9e65ffd0811298c49 (diff) |
buildsys: Do not build crt upon pregen
No need to build crt when just generating headers
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/Makefile.in')
-rw-r--r-- | libc/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/Makefile.in b/libc/Makefile.in index 9c8152d44..2abc77dce 100644 --- a/libc/Makefile.in +++ b/libc/Makefile.in @@ -87,8 +87,7 @@ $(libc_OUT)/libc.oS: $(libc-multi-y) | $(top_builddir)lib/libc.a $(top_builddir) $(Q)$(RM) $@ $(compile-m) -$(top_builddir)lib/libc.a: $(libc-a-y) | $(crt-y) - $(Q)$(INSTALL) -d $(dir $@) +$(top_builddir)lib/libc.a: $(libc-a-y) $(Q)$(RM) $@ $(do_ar) |