summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-02-14 12:29:02 +0000
committerRichard Levitte <levitte@openssl.org>2002-02-14 12:29:02 +0000
commit44bbfcddaf0df967eead6094e97f52c0b357d2a1 (patch)
treeb5c3073f59f59a22ca554724a723f920958a2654 /Makefile.org
parent6b7b2779003d8e03eff7132dde34e885dcec1f7b (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 ab541a8fd3..30370c8e73 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -236,7 +236,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
@@ -652,7 +652,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 \