diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-14 09:49:03 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-14 09:58:56 +0200 |
commit | 7efa0bf5dced0a634223aa181f9932f29bbbdefc (patch) | |
tree | 7bc9035a8db15119893b0f2b3011d4258c57ee1d /package/nfs-utils/patches/patch-tools_Makefile_in | |
parent | 595809001382a610ecbfb7bc68069d4b697df3aa (diff) |
allow autoreconf
Diffstat (limited to 'package/nfs-utils/patches/patch-tools_Makefile_in')
-rw-r--r-- | package/nfs-utils/patches/patch-tools_Makefile_in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/nfs-utils/patches/patch-tools_Makefile_in b/package/nfs-utils/patches/patch-tools_Makefile_in deleted file mode 100644 index e0c95feb8..000000000 --- a/package/nfs-utils/patches/patch-tools_Makefile_in +++ /dev/null @@ -1,20 +0,0 @@ ---- nfs-utils-1.2.9.orig/tools/Makefile.in 2013-11-05 21:58:15.000000000 +0100 -+++ nfs-utils-1.2.9/tools/Makefile.in 2014-02-19 13:46:55.000000000 +0100 -@@ -156,7 +156,7 @@ am__define_uniq_tagged_files = \ - done | $(am__uniquify_input)` - ETAGS = etags - CTAGS = ctags --DIST_SUBDIRS = locktest rpcdebug nlmtest mountstats nfs-iostat rpcgen -+DIST_SUBDIRS = rpcgen - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - am__relativize = \ - dir0=`pwd`; \ -@@ -361,7 +361,7 @@ top_build_prefix = @top_build_prefix@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - OPTDIRS = $(am__append_1) --SUBDIRS = locktest rpcdebug nlmtest mountstats nfs-iostat $(OPTDIRS) -+SUBDIRS = rpcgen - MAINTAINERCLEANFILES = Makefile.in - all: all-recursive - |