mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
437 B

  1. diff -ruN slmodem-2.9.10/Makefile slmodem-2.9.10-new/Makefile
  2. --- slmodem-2.9.10/Makefile 2004-08-08 15:27:51.000000000 +0200
  3. +++ slmodem-2.9.10-new/Makefile 2005-01-04 12:36:01.202191928 +0100
  4. @@ -34,7 +34,7 @@
  5. $(RM) -rf ${DESTDIR}/var/lib/slmodem
  6. drivers:
  7. - $(MAKE) -C drivers KERNEL_DIR=$(KERNEL_DIR)
  8. + $(MAKE) -C drivers KERNEL_VER=$(KERNEL_VER)
  9. install-drivers: drivers
  10. $(MAKE) install -C drivers KERNEL_DIR=$(KERNEL_DIR)