summaryrefslogtreecommitdiff
path: root/librt
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2015-03-31 22:44:22 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2015-03-31 23:47:43 +0200
commit5fe8fc1ac4b5eb0f9e9bb01295c14b99d80ab41e (patch)
tree0e3504fc9b2bddb4583fb83ae186b3fbcd6b07d3 /librt
parente51d746b4b9ed54ddeed48d9e65ffd0811298c49 (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 'librt')
-rw-r--r--librt/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/librt/Makefile.in b/librt/Makefile.in
index 8555e94db..a246d00ee 100644
--- a/librt/Makefile.in
+++ b/librt/Makefile.in
@@ -73,7 +73,7 @@ $(librt_OUT)/librt_so.a: $(librt-so-y)
$(Q)$(RM) $@
$(do_ar)
-$(top_builddir)lib/librt.a: $(librt-a-y) | $(top_builddir)lib
+$(top_builddir)lib/librt.a: $(librt-a-y)
$(Q)$(RM) $@
$(do_ar)