[PATCH] aicasm db3 fiasco

From: Nathan Dabney (smurf@osdlab.org)
Date: Fri Mar 09 2001 - 19:01:45 EST


Debian does not use db3 at all, yet.

Applies against 2.4.2-ac17

-Nathan

diff -urN linux.orig/drivers/scsi/aic7xxx/aicasm/Makefile linux/drivers/scsi/aic7xxx/aicasm/Makefile
--- linux.orig/drivers/scsi/aic7xxx/aicasm/Makefile Fri Mar 9 15:38:13 2001
+++ linux/drivers/scsi/aic7xxx/aicasm/Makefile Fri Mar 9 15:52:27 2001
@@ -28,10 +28,12 @@
 aicdb.h:
         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/db/db_185.h" ]; then \
                 echo "#include <db/db_185.h>" >aicdb.h ; \
         else \
- echo "*** Install db3 development libraries"; \
+ echo "*** Install db development libraries"; \
         fi
 
 clean:
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Mar 15 2001 - 21:00:11 EST