blob: 073486f8dd3918530f055bc2a2d3ea1d6937622f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
--- nfs-utils-1.1.4.orig/tools/Makefile.am 2008-10-17 16:20:09.000000000 +0200
+++ nfs-utils-1.1.4/tools/Makefile.am 2009-01-03 14:12:09.000000000 +0100
@@ -6,6 +6,6 @@ if CONFIG_RPCGEN
OPTDIRS += rpcgen
endif
-SUBDIRS = locktest rpcdebug nlmtest $(OPTDIRS)
+SUBDIRS = $(OPTDIRS)
MAINTAINERCLEANFILES = Makefile.in
|