summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-11 23:47:29 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-11 23:47:29 +0000
commit8c3f76651a39caaeaa6290e0867aa70e1a84170a (patch)
treee5144c083443c9fa0a107d72b846dd4fc1dbcfed /lib
parentf4695512749ce0149960a50bc530eca67d145e4a (diff)
downloadcoreutils-8c3f76651a39caaeaa6290e0867aa70e1a84170a.tar.xz
Regenerate.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index e24b74ba1..b186e4abc 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9 from Makefile.am.
+# Makefile.in generated by automake 1.9.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -38,6 +38,7 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+build_triplet = @build@
host_triplet = @host@
subdir = lib
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
@@ -616,7 +617,8 @@ distclean-compile:
to=`echo "$*_H" | sed \
-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
-e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \
- sed "/^#/ s/Y_TAB_H/$$to/g" y.tab.h >$*.ht; \
+ sed -e "/^#/!b" -e "s/Y_TAB_H/$$to/g" -e "s|y\.tab\.h|$*.h|" \
+ y.tab.h >$*.ht; \
rm -f y.tab.h; \
if cmp -s $*.ht $*.h; then \
rm -f $*.ht ;\