diff options
Diffstat (limited to 'source/a/findutils/findutils.nolocate.diff')
-rw-r--r-- | source/a/findutils/findutils.nolocate.diff | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/source/a/findutils/findutils.nolocate.diff b/source/a/findutils/findutils.nolocate.diff index 920b57ba..a3820f7a 100644 --- a/source/a/findutils/findutils.nolocate.diff +++ b/source/a/findutils/findutils.nolocate.diff @@ -1,22 +1,22 @@ ---- ./Makefile.am.orig 2009-02-21 15:09:54.000000000 -0600 -+++ ./Makefile.am 2009-02-21 15:18:43.000000000 -0600 -@@ -4,7 +4,7 @@ - EXTRA_DIST = COPYING ChangeLog TODO config.h.in stamp-h.in \ - THANKS import-gnulib.sh import-gnulib.config - # "tests" is the gnulib unit test dir. --SUBDIRS = gnulib tests build-aux lib find xargs locate doc po m4 -+SUBDIRS = gnulib tests build-aux lib find xargs doc po m4 - - ACLOCAL_AMFLAGS = -I gnulib/m4 -I m4 - ---- ./Makefile.in.orig 2009-02-21 15:09:54.000000000 -0600 -+++ ./Makefile.in 2009-02-21 15:18:56.000000000 -0600 -@@ -572,7 +572,7 @@ - THANKS import-gnulib.sh import-gnulib.config +--- ./Makefile.in.orig 2015-12-28 15:31:15.000000000 -0600 ++++ ./Makefile.in 2018-08-16 15:04:37.525329502 -0500 +@@ -1639,7 +1639,7 @@ + DISTCLEANFILES = tool-versions.txt # "tests" is the gnulib unit test dir. --SUBDIRS = gnulib tests build-aux lib find xargs locate doc po m4 -+SUBDIRS = gnulib tests build-aux lib find xargs doc po m4 - ACLOCAL_AMFLAGS = -I gnulib/m4 -I m4 +-SUBDIRS = gl tests build-aux lib find xargs locate doc po m4 ++SUBDIRS = gl tests build-aux lib find xargs doc po m4 + ACLOCAL_AMFLAGS = -I gl/m4 -I m4 TESTFILE_SUFFIXES = .exp .xo .xe .xi all: config.h +--- ./Makefile.am.orig 2015-12-28 15:10:23.000000000 -0600 ++++ ./Makefile.am 2018-08-16 15:04:25.998328424 -0500 +@@ -9,7 +9,7 @@ + + + # "tests" is the gnulib unit test dir. +-SUBDIRS = gl tests build-aux lib find xargs locate doc po m4 ++SUBDIRS = gl tests build-aux lib find xargs doc po m4 + + ACLOCAL_AMFLAGS = -I gl/m4 -I m4 + |