Merge pull request #840 from cjkoenig/update_liburcu
[feed/packages.git] / net / nut / patches / 010-ignore_automake_k_bug.patch
1 --- a/Makefile.in
2 +++ b/Makefile.in
3 @@ -431,12 +431,6 @@ distclean-libtool:
4 # (2) otherwise, pass the desired values on the `make' command line.
5 $(RECURSIVE_TARGETS):
6 @fail= failcom='exit 1'; \
7 - for f in x $$MAKEFLAGS; do \
8 - case $$f in \
9 - *=* | --[!k]*);; \
10 - *k*) failcom='fail=yes';; \
11 - esac; \
12 - done; \
13 dot_seen=no; \
14 target=`echo $@ | sed s/-recursive//`; \
15 list='$(SUBDIRS)'; for subdir in $$list; do \
16 @@ -456,12 +450,6 @@ $(RECURSIVE_TARGETS):
17
18 $(RECURSIVE_CLEAN_TARGETS):
19 @fail= failcom='exit 1'; \
20 - for f in x $$MAKEFLAGS; do \
21 - case $$f in \
22 - *=* | --[!k]*);; \
23 - *k*) failcom='fail=yes';; \
24 - esac; \
25 - done; \
26 dot_seen=no; \
27 case "$@" in \
28 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \