diff options
author | Jim Meyering <jim@meyering.net> | 1998-05-03 22:14:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-05-03 22:14:55 +0000 |
commit | 02efcd60ed5ef081bf205fad6509861e65957734 (patch) | |
tree | e593fd74df48f2c5c9e2a53fef5fd7a3f48824f8 /m4/Makefile.in | |
parent | 39e23773007d0a42f17d4dae1593a7533b5271e1 (diff) | |
download | coreutils-02efcd60ed5ef081bf205fad6509861e65957734.tar.xz |
.
Diffstat (limited to 'm4/Makefile.in')
-rw-r--r-- | m4/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/Makefile.in b/m4/Makefile.in index 74d0455cb..3730a1cdc 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -80,6 +80,7 @@ LIBOBJS = @LIBOBJS@ MAKEINFO = @MAKEINFO@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ +MVDIR_PROG = @MVDIR_PROG@ PACKAGE = @PACKAGE@ PERL = @PERL@ POFILES = @POFILES@ @@ -90,6 +91,7 @@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ +YACC = @YACC@ l = @l@ EXTRA_DIST = README \ |