patch-Makefile_in 580 B

1234567891011121314151617181920
  1. --- LVM2.2.02.79.orig/Makefile.in 2010-11-22 22:39:47.000000000 +0100
  2. +++ LVM2.2.02.79/Makefile.in 2011-01-07 20:54:18.000000000 +0100
  3. @@ -16,7 +16,7 @@ srcdir = @srcdir@
  4. top_srcdir = @top_srcdir@
  5. top_builddir = @top_builddir@
  6. -SUBDIRS = doc include man scripts
  7. +SUBDIRS = include man scripts
  8. ifeq ("@UDEV_RULES@", "yes")
  9. SUBDIRS += udev
  10. @@ -33,7 +33,7 @@ ifeq ("@APPLIB@", "yes")
  11. endif
  12. ifeq ($(MAKECMDGOALS),distclean)
  13. - SUBDIRS = doc include man scripts \
  14. + SUBDIRS = include man scripts \
  15. lib tools daemons libdm \
  16. udev po liblvm test/api test
  17. endif