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_am | |
parent | 595809001382a610ecbfb7bc68069d4b697df3aa (diff) |
allow autoreconf
Diffstat (limited to 'package/nfs-utils/patches/patch-tools_Makefile_am')
-rw-r--r-- | package/nfs-utils/patches/patch-tools_Makefile_am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/nfs-utils/patches/patch-tools_Makefile_am b/package/nfs-utils/patches/patch-tools_Makefile_am new file mode 100644 index 000000000..dda2eeba5 --- /dev/null +++ b/package/nfs-utils/patches/patch-tools_Makefile_am @@ -0,0 +1,10 @@ +--- nfs-utils-1.3.0.orig/tools/Makefile.am 2014-03-25 16:12:07.000000000 +0100 ++++ nfs-utils-1.3.0/tools/Makefile.am 2014-05-13 21:09:39.000000000 +0200 +@@ -6,6 +6,6 @@ if CONFIG_RPCGEN + OPTDIRS += rpcgen + endif + +-SUBDIRS = locktest rpcdebug nlmtest mountstats nfs-iostat $(OPTDIRS) ++SUBDIRS = $(OPTDIRS) + + MAINTAINERCLEANFILES = Makefile.in |