From 4e7206113079ee0896ab6da08f7214556dc7962e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 4 Feb 1998 18:00:57 +0000 Subject: [PATCH] . --- m4/Makefile.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/m4/Makefile.in b/m4/Makefile.in index 8e51b6c..84b49d0 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -83,9 +83,6 @@ MAKEINFO = @MAKEINFO@ MAN = @MAN@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ -NEED_SETGID = @NEED_SETGID@ -OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@ -OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@ PACKAGE = @PACKAGE@ PERL = @PERL@ POFILES = @POFILES@ @@ -98,7 +95,6 @@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ -YACC = @YACC@ l = @l@ EXTRA_DIST = README \ @@ -120,7 +116,7 @@ GZIP = --best default: all .SUFFIXES: -$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnits m4/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) -- 2.7.4