summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-12-27 23:48:33 +0000
committerAndy Polyakov <appro@openssl.org>2004-12-27 23:48:33 +0000
commit4aaa4f267d2135b48f63699d9742b1cdb8f2e881 (patch)
tree2f536473f342515de1203ba9a6aceef882524487 /Makefile.org
parentf709ffe8321fc55b4402db93194d75eb315bc227 (diff)
Cosmetic mingw update.
PR: 924
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.org b/Makefile.org
index 4846a40b87..dd7cfc6368 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -629,7 +629,7 @@ clean: libclean
do \
if [ -d "$$i" ]; then \
(cd $$i && echo "making clean in $$i..." && \
- $(MAKE) SDIRS='${SDIRS}' clean ) || exit 1; \
+ $(MAKE) EXE_EXT='${EXE_EXT}' SDIRS='${SDIRS}' clean ) || exit 1; \
rm -f $(LIBS); \
fi; \
done;
@@ -891,7 +891,7 @@ install_docs:
@pod2man="`cd util; ./pod2mantest $(PERL)`"; \
here="`pwd`"; \
filecase=; \
- if [ "$(PLATFORM)" = "DJGPP" -o "$(PLATFORM)" = "Cygwin" ]; then \
+ if [ "$(PLATFORM)" = "DJGPP" -o "$(PLATFORM)" = "Cygwin" -o "$(PLATFORM)" = "mingw" ]; then \
filecase=-i; \
fi; \
for i in doc/apps/*.pod; do \