From cbd76b91dfce264f5a99ffe4891ceca29e320a5d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 19 Jan 1997 13:11:40 +0000 Subject: [PATCH] . --- m4/Makefile.in | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/m4/Makefile.in b/m4/Makefile.in index 363b2c23ff..d22f96c2d0 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -46,6 +46,9 @@ RANLIB = @RANLIB@ GENCAT = @GENCAT@ GMSGFMT = @GMSGFMT@ CC = @CC@ +RANLIB = @RANLIB@ +LN = @LN@ +RM = @RM@ EXTRA_DIST = README \ ccstdc.m4 dmalloc.m4 error.m4 getgroups.m4 getline.m4 getloadavg.m4 \ @@ -55,7 +58,7 @@ obstack.m4 progtest.m4 protos.m4 ptrdiff.m4 regex.m4 sanity.m4 strftime.m4 \ strtod.m4 termios.m4 uptime.m4 winsz.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h -CONFIG_CLEAN_FILES = +CONFIG_CLEAN_FILES = DIST_COMMON = README Makefile.am Makefile.in README @@ -69,7 +72,7 @@ TAR = tar default: all .SUFFIXES: -$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) +$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) cd $(top_srcdir) && automake --gnu m4/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) @@ -95,16 +98,16 @@ dvi: check: all $(MAKE) installcheck: -install-exec: +install-exec: $(NORMAL_INSTALL) -install-data: +install-data: $(NORMAL_INSTALL) install: install-exec install-data all @: -uninstall: +uninstall: all: Makefile -- 2.30.2