Commit d3b1f11a authored by Fred Drake's avatar Fred Drake

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

<m.favas@per.dem.csiro.au>.
parent 6cfdffb2
......@@ -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"; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment