> aicdb.h: > - @if [ -e "/usr/include/db4/db_185.h" ]; then \ > - echo "#include <db4/db_185.h>" > aicdb.h; \ > - elif [ -e "/usr/include/db3/db_185.h" ]; then \ > + @if [ -e "/usr/include/db3/db_185.h" ]; then \ > echo "#include <db3/db_185.h>" > aicdb.h; \ > elif [ -e "/usr/include/db2/db_185.h" ]; then \ > echo "#include <db2/db_185.h>" > aicdb.h; \ > - elif [ -e "/usr/include/db1/db_185.h" ]; then \ > - echo "#include <db1/db_185.h>" > aicdb.h; \ > elif [ -e "/usr/include/db/db_185.h" ]; then \ > echo "#include <db/db_185.h>" > aicdb.h; \ > elif [ -e "/usr/include/db_185.h" ]; then \ this backs out fixes for people with various db versions. - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html