patch-Makefile_in 493 B

1234567891011
  1. --- drbd-8.3.8.1.orig/Makefile.in 2010-07-09 10:13:59.000000000 +0200
  2. +++ drbd-8.3.8.1/Makefile.in 2010-11-26 19:00:49.000000000 +0100
  3. @@ -47,7 +47,7 @@ WITH_BASHCOMPLETION = @WITH_BASHCOMPLETI
  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