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>
This commit is contained in:
parent
fa9ffdfb41
commit
325c643c92
1 changed files with 0 additions and 28 deletions
|
@ -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)' ;; \
|
|
Loading…
Reference in a new issue