summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-02-14 12:28:24 +0000
committerRichard Levitte <levitte@openssl.org>2002-02-14 12:28:24 +0000
commit49e045482a1e3f5150e269b932259a1cd0a1bacb (patch)
treef07a98f96e471b185a1aa852b157b3726802f5ee /Makefile.org
parentd8309efc72ea30da49800233896fef4e43c51ed5 (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 c05fa0587c..81d2a5eb9c 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 \