summaryrefslogtreecommitdiff
path: root/tests/tail
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-04-29 15:22:05 +0000
committerJim Meyering <jim@meyering.net>1997-04-29 15:22:05 +0000
commitf6a1207cf9149f9e0d5c70f5ac294341fbb276db (patch)
tree72b5b50871f91844a98e9367591d028396d2e03e /tests/tail
parent6c04dfc1e139289d75eac09e59c4fd49d792b172 (diff)
downloadcoreutils-f6a1207cf9149f9e0d5c70f5ac294341fbb276db.tar.xz
.
Diffstat (limited to 'tests/tail')
-rw-r--r--tests/tail/Makefile.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/tests/tail/Makefile.in b/tests/tail/Makefile.in
index 146fda74a..46ea78952 100644
--- a/tests/tail/Makefile.in
+++ b/tests/tail/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.1n from Makefile.am
+# Makefile.in generated automatically by automake 1.1o from Makefile.am
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
@@ -49,9 +49,14 @@ POST_INSTALL = true
NORMAL_UNINSTALL = true
PRE_UNINSTALL = true
POST_UNINSTALL = true
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
+CPP = @CPP@
DATADIRNAME = @DATADIRNAME@
GENCAT = @GENCAT@
GMOFILES = @GMOFILES@
@@ -64,6 +69,7 @@ INTLLIBS = @INTLLIBS@
INTLOBJS = @INTLOBJS@
LIBOBJS = @LIBOBJS@
MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
MKINSTALLDIRS = @MKINSTALLDIRS@
MSGFMT = @MSGFMT@
PACKAGE = @PACKAGE@
@@ -139,6 +145,9 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
subdir = tests/tail
distdir: $(DISTFILES)
+ here=`cd $(top_builddir) && pwd`; top_distdir=`cd $$top_distdir && pwd` \
+ && cd $(top_srcdir) \
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu tests/tail/Makefile
@for file in $(DISTFILES); do \
d=$(srcdir); \
test -f $(distdir)/$$file \
@@ -183,7 +192,7 @@ install: install-exec install-data all
uninstall:
-all: $(SCRIPTS) Makefile
+all: Makefile $(SCRIPTS)
install-strip:
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install