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