1
0

patch-tools_Makefile_in 760 B

123456789101112131415161718192021
  1. $Id$
  2. --- nfs-utils-1.1.4.orig/tools/Makefile.in 2008-10-17 16:23:52.000000000 +0200
  3. +++ nfs-utils-1.1.4/tools/Makefile.in 2009-01-03 13:46:50.000000000 +0100
  4. @@ -59,7 +59,7 @@ RECURSIVE_CLEAN_TARGETS = mostlyclean-re
  5. distclean-recursive maintainer-clean-recursive
  6. ETAGS = etags
  7. CTAGS = ctags
  8. -DIST_SUBDIRS = locktest rpcdebug nlmtest rpcgen
  9. +DIST_SUBDIRS = rpcgen
  10. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  11. ACLOCAL = @ACLOCAL@
  12. ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
  13. @@ -210,7 +210,7 @@ target_alias = @target_alias@
  14. top_builddir = @top_builddir@
  15. top_srcdir = @top_srcdir@
  16. OPTDIRS = $(am__append_1)
  17. -SUBDIRS = locktest rpcdebug nlmtest $(OPTDIRS)
  18. +SUBDIRS = $(OPTDIRS)
  19. MAINTAINERCLEANFILES = Makefile.in
  20. all: all-recursive