1
0
Fork 0

Fixed typo.

This commit is contained in:
curt 2002-01-17 17:58:31 +00:00
parent ac75d9d46b
commit 87377e4016

View file

@ -36,7 +36,7 @@ echo "Running autoconf"
autoconf
# fixup Makefiles for Irix
if test "$OS" = "IRIX" -o "$OS" = "IRIX64"; then
if test "$OSTYPE" = "IRIX" -o "$OSTYPE" = "IRIX64"; then
echo "Fixing Makefiles for Irix"
for n in `find . -name Makefile.in`; do \
mv -f $n $n.ar-new; \