From 5e4f0682cde023e0d97c7df1c6c8823621bbdebe Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 5 Aug 1996 06:54:51 +0000 Subject: [PATCH] Regenned Makefiles --- Makefile.in | 17 ++++++++++------- m4/Makefile.in | 5 +++-- tests/Makefile.in | 5 +++-- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/Makefile.in b/Makefile.in index e712ba6..96f2607 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.1a from Makefile.am +# Makefile.in generated automatically by automake 1.1b from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -84,7 +84,8 @@ DATA = $(pkgdata_DATA) DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ Makefile.in NEWS README THANKS TODO aclocal.in aclocal.m4 ansi2knr.1 \ ansi2knr.c automake.in config.guess config.sub configure configure.in \ -install-sh mdate-sh mkinstalldirs stamp-vti texinfo.tex version.texi +elisp-comp install-sh mdate-sh mkinstalldirs stamp-vti texinfo.tex \ +version.texi PACKAGE = @PACKAGE@ @@ -172,10 +173,12 @@ maintainer-clean-vti: rm -f stamp-vti version.texi automake.info: automake.texi version.texi +automake.dvi: automake.texi version.texi .texi.info: - $(MAKEINFO) -I$(srcdir) $< -o $(srcdir)/$@ + cd $(srcdir) \ + && $(MAKEINFO) `echo $< | sed 's,.*/,,'` .texi.dvi: TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $< @@ -266,9 +269,9 @@ mostlyclean-tags: clean-tags: distclean-tags: - rm -f TAGS ID maintainer-clean-tags: + rm -f TAGS ID distdir = $(PACKAGE)-$(VERSION) # This target untars the dist file and tries a VPATH configuration. Then @@ -297,13 +300,13 @@ dist: distdir $(TAR) chozf $(distdir).tar.gz $(distdir) rm -rf $(distdir) distdir: $(DEP_DISTFILES) - @if sed 15q $(srcdir)/NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \ + @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" > /dev/null; then :; else \ echo "NEWS not updated; not releasing" 1>&2; \ exit 1; \ fi rm -rf $(distdir) mkdir $(distdir) - chmod 777 $(distdir) + -chmod 755 $(distdir) distdir=`cd $(distdir) && pwd` \ && cd $(srcdir) \ && automake --include-deps --output-dir=$$distdir --strictness=gnits @@ -316,7 +319,7 @@ distdir: $(DEP_DISTFILES) test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ || exit 1; \ - chmod 777 $(distdir)/$$subdir; \ + -chmod 755 $(distdir)/$$subdir; \ (cd $$subdir && $(MAKE) distdir=../$(distdir)/$$subdir distdir) \ || exit 1; \ done diff --git a/m4/Makefile.in b/m4/Makefile.in index 3d54b06..913929c 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.1a from Makefile.am +# Makefile.in generated automatically by automake 1.1b from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -89,8 +89,9 @@ tags: TAGS TAGS: -subdir = m4 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) + +subdir = m4 distdir: $(DEP_DISTFILES) @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \ test -f $(distdir)/$$file \ diff --git a/tests/Makefile.in b/tests/Makefile.in index e965ea1..6b941b8 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.1a from Makefile.am +# Makefile.in generated automatically by automake 1.1b from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -77,8 +77,9 @@ tags: TAGS TAGS: -subdir = tests distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) + +subdir = tests distdir: $(DEP_DISTFILES) @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \ test -f $(distdir)/$$file \ -- 2.7.4