]> granicus.if.org Git - python/commitdiff
Fix BeOS check in the libainstall target; noted by Mark Favas
authorFred Drake <fdrake@acm.org>
Thu, 31 Aug 2000 22:02:46 +0000 (22:02 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 31 Aug 2000 22:02:46 +0000 (22:02 +0000)
<m.favas@per.dem.csiro.au>.

Makefile.in

index c84e96b82f69fda683c9149ee65778ae1e908e6c..8d4b96f80941b455d137fa5daa0662c4314e4f14 100644 (file)
@@ -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";                   \