summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-02-14 12:29:32 +0000
committerRichard Levitte <levitte@openssl.org>2002-02-14 12:29:32 +0000
commitbe37dc73f6485e30bd2c9d411112996a51e4dd4f (patch)
tree713f06544a4a9b0054eda7c0872ee6984add7942 /Makefile.org
parent976b2c9c2fc4e1570a4d0c978e98685e9b5b80b7 (diff)
At Corinna Vinschen's request, change CygWin32 to Cygwin
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 89f2747b43..99f7acb0a7 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -240,7 +240,7 @@ clean-shared:
done; \
fi; \
( set -x; rm -f lib$$i$(SHLIB_EXT) ); \
- if [ "$(PLATFORM)" = "CygWin32" ]; then \
+ if [ "$(PLATFORM)" = "Cygwin" ]; then \
( set -x; rm -f cyg$$i$(SHLIB_EXT) lib$$i$(SHLIB_EXT).a ); \
fi; \
done
@@ -703,7 +703,7 @@ install: all install_docs
do \
if [ -f "$$i" -o -f "$$i.a" ]; then \
( echo installing $$i; \
- if [ "$(PLATFORM)" != "CygWin32" ]; then \
+ if [ "$(PLATFORM)" != "Cygwin" ]; then \
cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/lib; \
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i; \
else \