提交 1b34e25c 编写于 作者: M Matt Caswell

Fix record layer "make clean"

The "clean" target in libssl has been updated to handle the new record
layer sub-directory.
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 8bf5b8ab
......@@ -105,7 +105,9 @@ dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
rm -f $(LIBOBJ) *.obj lib tags core .pure .nfs* *.old *.bak fluff
rm -f record/*.obj record/lib record/retags record/core \
record/.pure record/.nfs* record/*.old record/*.bak record/fluff
# DO NOT DELETE THIS LINE -- make depend depends on it.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册