Fix record layer "make clean"
The "clean" target in libssl has been updated to handle the new record layer sub-directory. Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
8bf5b8ab22
commit
1b34e25c17
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user