Fix BeOS check in the libainstall target; noted by Mark Favas

<m.favas@per.dem.csiro.au>.
This commit is contained in:
Fred Drake 2000-08-31 22:02:46 +00:00
parent 6cfdffb2e5
commit d3b1f11a47
1 changed files with 1 additions and 1 deletions

View 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"; \