From: Fred Drake Date: Thu, 31 Aug 2000 22:02:46 +0000 (+0000) Subject: Fix BeOS check in the libainstall target; noted by Mark Favas X-Git-Tag: v2.0b1~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3b1f11a47691254c8e5572a9a70fb9be94db8c6;p=python Fix BeOS check in the libainstall target; noted by Mark Favas . --- diff --git a/Makefile.in b/Makefile.in index c84e96b82f..8d4b96f809 100644 --- a/Makefile.in +++ b/Makefile.in @@ -405,7 +405,7 @@ libainstall: all echo; echo "See Misc/AIX-NOTES for details."; \ else true; \ fi - @if [ "$(MACHDEP)" == "beos" ] ; then \ + @if [ "$(MACHDEP)" = "beos" ] ; then \ echo; echo "Installing support files for building shared extension modules on BeOS:"; \ $(INSTALL_DATA) BeOS/README $(LIBPL)/README; \ echo; echo "$(LIBPL)/README"; \