diff options
author | Marty R <martin.p.rowe@gmail.com> | 2015-05-06 20:58:02 -0700 |
---|---|---|
committer | Marty R <martin.p.rowe@gmail.com> | 2015-05-06 20:58:02 -0700 |
commit | d5c824e8bfd00a81c3c8b834c3727768eee4cd5c (patch) | |
tree | afdd826334423d4d393d88af08a2d0141f7445f3 /net | |
parent | a7baec6257b19e7699934f44bdef11965ec320f7 (diff) |
nut: remove patch for old automake version
tools/automake was updated to 1.15 which removed this bug; patch no longer needed.
Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/nut/patches/010-ignore_automake_k_bug.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net/nut/patches/010-ignore_automake_k_bug.patch b/net/nut/patches/010-ignore_automake_k_bug.patch deleted file mode 100644 index 8d3645d09..000000000 --- a/net/nut/patches/010-ignore_automake_k_bug.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -431,12 +431,6 @@ distclean-libtool: - # (2) otherwise, pass the desired values on the `make' command line. - $(RECURSIVE_TARGETS): - @fail= failcom='exit 1'; \ -- for f in x $$MAKEFLAGS; do \ -- case $$f in \ -- *=* | --[!k]*);; \ -- *k*) failcom='fail=yes';; \ -- esac; \ -- done; \ - dot_seen=no; \ - target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ -@@ -456,12 +450,6 @@ $(RECURSIVE_TARGETS): - - $(RECURSIVE_CLEAN_TARGETS): - @fail= failcom='exit 1'; \ -- for f in x $$MAKEFLAGS; do \ -- case $$f in \ -- *=* | --[!k]*);; \ -- *k*) failcom='fail=yes';; \ -- esac; \ -- done; \ - dot_seen=no; \ - case "$@" in \ - distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |