From 5fe8fc1ac4b5eb0f9e9bb01295c14b99d80ab41e Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 31 Mar 2015 22:44:22 +0200 Subject: buildsys: Do not build crt upon pregen No need to build crt when just generating headers Signed-off-by: Bernhard Reutner-Fischer --- librt/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librt') 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) -- cgit v1.2.3