summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"; \