diff options
author | Andy Polyakov <appro@openssl.org> | 2006-10-25 00:14:20 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2006-10-25 00:14:20 +0200 |
commit | 5b50f99e1e18c0b1e8cccf4d01f5d72b75c2d7ce (patch) | |
tree | 31f0c7426b905b2d6b464837f079dd43b986fd78 /apps/Makefile | |
parent | Harmonize dll naming in mingw builds. (diff) | |
download | openssl-5b50f99e1e18c0b1e8cccf4d01f5d72b75c2d7ce.tar.xz openssl-5b50f99e1e18c0b1e8cccf4d01f5d72b75c2d7ce.zip |
Further mingw build procedure updates.
Diffstat (limited to 'apps/Makefile')
-rw-r--r-- | apps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile index 2094de1f11..5ae7ee47fa 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -140,7 +140,7 @@ dclean: rm -f CA.pl clean: - rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff $(EXE) + rm -f *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff $(EXE) rm -f req $(DLIBSSL): |