[Libct] [PATCH 1/2] make: Fix typos for archive libs

Cyrill Gorcunov gorcunov at openvz.org
Wed Nov 19 11:41:42 PST 2014


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 scripts/Makefile.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/Makefile.build b/scripts/Makefile.build
index f7be48e..aa4ed46 100644
--- a/scripts/Makefile.build
+++ b/scripts/Makefile.build
@@ -217,8 +217,8 @@ $(obj)/$(lib-a).a: $(all-objs) $(libs-e)
 	$(E) "  LINK    " $@
 	$(Q) ar -cru -o $@ $^
 
-_all += $(obj)/$(lib-so).so
-cleanup-y += $(obj)/$(lib-so).so
+_all += $(obj)/$(lib-a).a
+cleanup-y += $(obj)/$(lib-a).a
 endif
 
 ##
-- 
1.9.3



More information about the Libct mailing list