patch-Makefile_in 485 B

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