summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-08-31 22:02:46 (GMT)
committerFred Drake <fdrake@acm.org>2000-08-31 22:02:46 (GMT)
commitd3b1f11a47691254c8e5572a9a70fb9be94db8c6 (patch)
tree60d25b6d15dfa13c1f9d89d64f6ccfb6474ad18b /Makefile.in
parent6cfdffb2e546605f7301338df6649ec2e1b69c8d (diff)
downloadcpython-d3b1f11a47691254c8e5572a9a70fb9be94db8c6.zip
cpython-d3b1f11a47691254c8e5572a9a70fb9be94db8c6.tar.gz
cpython-d3b1f11a47691254c8e5572a9a70fb9be94db8c6.tar.bz2
Fix BeOS check in the libainstall target; noted by Mark Favas
<m.favas@per.dem.csiro.au>.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index c84e96b..8d4b96f 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"; \