summaryrefslogtreecommitdiff
path: root/package/drbd/patches/patch-Makefile_in
blob: 71ece3f6f987dbe4968da9df2f15da076d07fce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- drbd-8.3.10.orig/Makefile.in	2011-01-26 14:57:59.000000000 +0100
+++ drbd-8.3.10/Makefile.in	2011-05-23 17:11:50.000000000 +0200
@@ -56,7 +56,7 @@ KDIR ?= /lib/modules/$(KVER)/build
 # 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