Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d3b1f11

Browse files
committed
Fix BeOS check in the libainstall target; noted by Mark Favas
<[email protected]>.
1 parent 6cfdffb commit d3b1f11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ libainstall: all
405405
echo; echo "See Misc/AIX-NOTES for details."; \
406406
else true; \
407407
fi
408-
@if [ "$(MACHDEP)" == "beos" ] ; then \
408+
@if [ "$(MACHDEP)" = "beos" ] ; then \
409409
echo; echo "Installing support files for building shared extension modules on BeOS:"; \
410410
$(INSTALL_DATA) BeOS/README $(LIBPL)/README; \
411411
echo; echo "$(LIBPL)/README"; \

0 commit comments

Comments
 (0)