From: Rich Felker Date: Thu, 17 Feb 2011 22:57:26 +0000 (-0500) Subject: avoid deleting the lib/empty file X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=127ab575fc2b200459dc5543d25f5e87d3fdb9db;ds=sidebyside avoid deleting the lib/empty file --- diff --git a/Makefile b/Makefile index 56bfb40d..a47439b8 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ clean: rm -f crt/*.o rm -f $(OBJS) rm -f $(LOBJS) - rm -f $(ALL_LIBS) lib/* + rm -f $(ALL_LIBS) lib/*.[ao] lib/*.so rm -f $(ALL_TOOLS) rm -f $(GENH) rm -f include/bits