1234567891011 |
- $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
|