patch-Makefile_in 562 B

12345678910111213
  1. --- drbd-8.3.10.orig/Makefile.in 2011-01-26 14:57:59.000000000 +0100
  2. +++ drbd-8.3.10/Makefile.in 2011-10-23 10:20:12.000000000 +0200
  3. @@ -54,9 +54,7 @@ KDIR ?= /lib/modules/$(KVER)/build
  4. # for some reason some of the commands below only work correctly in bash,
  5. # and not in e.g. dash. I'm too lazy to fix it to be compatible.
  6. -SHELL=/bin/bash
  7. -
  8. -SUBDIRS = user scripts documentation drbd
  9. +SUBDIRS = user scripts drbd
  10. REL_VERSION := $(shell $(SED) -ne '/^\#define REL_VERSION/{s/^[^"]*"\([^ "]*\).*/\1/;p;q;}' drbd/linux/drbd_config.h)
  11. ifdef FORCE