patch-Makefile 331 B

1234567891011121314
  1. --- libcap-2.25.orig/Makefile 2014-05-31 22:11:05.000000000 +0200
  2. +++ libcap-2.25/Makefile 2016-09-23 10:32:34.156211429 +0200
  3. @@ -10,11 +10,7 @@ include Make.Rules
  4. all install clean: %: %-here
  5. $(MAKE) -C libcap $@
  6. -ifneq ($(PAM_CAP),no)
  7. - $(MAKE) -C pam_cap $@
  8. -endif
  9. $(MAKE) -C progs $@
  10. - $(MAKE) -C doc $@
  11. all-here: