summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-02-22 15:04:06 +0000
committerRichard Levitte <levitte@openssl.org>2003-02-22 15:04:06 +0000
commita1033894d7da4401ffb76882dfbd5536a6ba3e9f (patch)
tree1f829b94808e4c6f193528dac4d303fb054dc0ec /Makefile.org
parent0480574310ebb3e48021babb1dbecb5c53356f8c (diff)
Remove duplication and have clean depend on libclean
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.org b/Makefile.org
index 8609019083..1eb8c01be9 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -589,10 +589,10 @@ Makefile.ssl: Makefile.org
@false
libclean:
- rm -f *.a */lib */*/lib
+ rm -f *.map *.so *.so.* engines/*.so *.a */lib */*/lib
-clean:
- rm -f shlib/*.o *.o core a.out fluff *.map rehash.time testlog make.log cctest cctest.c
+clean: libclean
+ rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
@for i in $(DIRS) ;\
do \
if [ -d "$$i" ]; then \
@@ -602,7 +602,7 @@ clean:
fi; \
done;
rm -f openssl.pc
- rm -f *.a *.o speed.* *.map *.so .pure core
+ rm -f speed.* .pure
rm -f $(TARFILE)
@for i in $(ONEDIRS) ;\
do \