diff options
-rw-r--r-- | doc/Makefile.in | 16 | ||||
-rw-r--r-- | lib/Makefile.in | 35 |
2 files changed, 25 insertions, 26 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 6a1580b22..15ccac938 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -134,8 +134,8 @@ DIST_SOURCES = INFO_DEPS = omni-utils.info DVIS = omni-utils.dvi TEXINFOS = omni-utils.texi -DIST_COMMON = Makefile.am Makefile.in mdate-sh stamp-vti texinfo.tex \ - version.texi +DIST_COMMON = ChangeLog Makefile.am Makefile.in mdate-sh stamp-vti \ + texinfo.tex version.texi all: all-am .SUFFIXES: @@ -362,13 +362,13 @@ uninstall-info: uninstall-info-am uninstall uninstall-am uninstall-info-am -# Uncomment this when fileutils, textutils, and sh-utils have +# Remove `DISABLED_' when fileutils, textutils, and sh-utils have # all been merged into one package. -#constants.texi: $(top_srcdir)/src/tail.c -# LC_ALL=C \ -# sed -n -e 's/^#define \(DEFAULT_MAX[_A-Z]*\) \(.*\)/@set \1 \2/p' \ -# $(top_srcdir)/src/tail.c > t-$@ -# mv t-$@ $@ +DISABLED_constants.texi: $(top_srcdir)/src/tail.c + LC_ALL=C \ + sed -n -e 's/^#define \(DEFAULT_MAX[_A-Z]*\) \(.*\)/@set \1 \2/p' \ + $(top_srcdir)/src/tail.c > t-$@ + mv t-$@ $@ # Uncomment this when fileutils, textutils, and sh-utils have # all been merged into one package. diff --git a/lib/Makefile.in b/lib/Makefile.in index 2d51e2e5c..c95f60191 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -245,20 +245,20 @@ depcomp = $(SHELL) $(top_srcdir)/depcomp @AMDEP_TRUE@ $(DEPDIR)/stat.Po $(DEPDIR)/stime.Po \ @AMDEP_TRUE@ $(DEPDIR)/stpcpy.Po $(DEPDIR)/strcasecmp.Po \ @AMDEP_TRUE@ $(DEPDIR)/strcspn.Po $(DEPDIR)/strdup.Po \ -@AMDEP_TRUE@ $(DEPDIR)/strftime$U.Po $(DEPDIR)/strftime.Po \ -@AMDEP_TRUE@ $(DEPDIR)/stripslash$U.Po $(DEPDIR)/strncasecmp.Po \ -@AMDEP_TRUE@ $(DEPDIR)/strndup.Po $(DEPDIR)/strnlen.Po \ -@AMDEP_TRUE@ $(DEPDIR)/strpbrk.Po $(DEPDIR)/strstr.Po \ -@AMDEP_TRUE@ $(DEPDIR)/strtod.Po $(DEPDIR)/strtol.Po \ -@AMDEP_TRUE@ $(DEPDIR)/strtoul.Po $(DEPDIR)/strtoull.Po \ -@AMDEP_TRUE@ $(DEPDIR)/strtoumax.Po $(DEPDIR)/strverscmp.Po \ -@AMDEP_TRUE@ $(DEPDIR)/tempname.Po $(DEPDIR)/unicodeio$U.Po \ -@AMDEP_TRUE@ $(DEPDIR)/userspec$U.Po $(DEPDIR)/utime.Po \ -@AMDEP_TRUE@ $(DEPDIR)/version-etc$U.Po $(DEPDIR)/xgetcwd$U.Po \ -@AMDEP_TRUE@ $(DEPDIR)/xgethostname$U.Po $(DEPDIR)/xmalloc$U.Po \ -@AMDEP_TRUE@ $(DEPDIR)/xstrdup$U.Po $(DEPDIR)/xstrtod$U.Po \ -@AMDEP_TRUE@ $(DEPDIR)/xstrtol$U.Po $(DEPDIR)/xstrtoul$U.Po \ -@AMDEP_TRUE@ $(DEPDIR)/xstrtoumax$U.Po $(DEPDIR)/yesno$U.Po +@AMDEP_TRUE@ $(DEPDIR)/strftime$U.Po $(DEPDIR)/stripslash$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/strncasecmp.Po $(DEPDIR)/strndup.Po \ +@AMDEP_TRUE@ $(DEPDIR)/strnlen.Po $(DEPDIR)/strpbrk.Po \ +@AMDEP_TRUE@ $(DEPDIR)/strstr.Po $(DEPDIR)/strtod.Po \ +@AMDEP_TRUE@ $(DEPDIR)/strtol.Po $(DEPDIR)/strtoul.Po \ +@AMDEP_TRUE@ $(DEPDIR)/strtoull.Po $(DEPDIR)/strtoumax.Po \ +@AMDEP_TRUE@ $(DEPDIR)/strverscmp.Po $(DEPDIR)/tempname.Po \ +@AMDEP_TRUE@ $(DEPDIR)/unicodeio$U.Po $(DEPDIR)/userspec$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/utime.Po $(DEPDIR)/version-etc$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/xgetcwd$U.Po $(DEPDIR)/xgethostname$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/xmalloc$U.Po $(DEPDIR)/xstrdup$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/xstrtod$U.Po $(DEPDIR)/xstrtol$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/xstrtoul$U.Po $(DEPDIR)/xstrtoumax$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/yesno$U.Po COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) @@ -276,9 +276,9 @@ DIST_COMMON = README $(noinst_HEADERS) ChangeLog Makefile.am \ memset.c mkstemp.c mktime.c mountlist.c nanosleep.c obstack.c \ obstack.h putenv.c readutmp.c realloc.c regex.c rename.c \ rmdir.c rpmatch.c stime.c stpcpy.c strcasecmp.c strcspn.c \ - strdup.c strftime.c strncasecmp.c strndup.c strnlen.c strpbrk.c \ - strstr.c strtod.c strtol.c strtoul.c strtoull.c strtoumax.c \ - strverscmp.c tempname.c utime.c + strdup.c strncasecmp.c strndup.c strnlen.c strpbrk.c strstr.c \ + strtod.c strtol.c strtoul.c strtoull.c strtoumax.c strverscmp.c \ + tempname.c utime.c SOURCES = $(libfetish_a_SOURCES) all: $(BUILT_SOURCES) @@ -403,7 +403,6 @@ mostlyclean-kr: @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/strcspn.Po@_am_quote@ @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/strdup.Po@_am_quote@ @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/strftime$U.Po@_am_quote@ -@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/strftime.Po@_am_quote@ @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/stripslash$U.Po@_am_quote@ @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/strncasecmp.Po@_am_quote@ @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/strndup.Po@_am_quote@ |