avoid deleting the lib/empty file

This commit is contained in:
Rich Felker 2011-02-17 17:57:26 -05:00
parent e882756311
commit 127ab575fc

View File

@ -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