Browse Source

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>
Marty R 10 years ago
parent
commit
d5c824e8bf
1 changed files with 0 additions and 28 deletions
  1. 0
    28
      net/nut/patches/010-ignore_automake_k_bug.patch

+ 0
- 28
net/nut/patches/010-ignore_automake_k_bug.patch View File

@@ -1,28 +0,0 @@
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)' ;; \