diff options
author | Jim Meyering <jim@meyering.net> | 1997-04-29 15:22:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-04-29 15:22:05 +0000 |
commit | f6a1207cf9149f9e0d5c70f5ac294341fbb276db (patch) | |
tree | 72b5b50871f91844a98e9367591d028396d2e03e /tests/cut | |
parent | 6c04dfc1e139289d75eac09e59c4fd49d792b172 (diff) | |
download | coreutils-f6a1207cf9149f9e0d5c70f5ac294341fbb276db.tar.xz |
.
Diffstat (limited to 'tests/cut')
-rw-r--r-- | tests/cut/Makefile.in | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index c19cd3ecf..ef8c3ba3e 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/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@ @@ -135,6 +141,9 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = tests/cut-test 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/cut-test/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ test -f $(distdir)/$$file \ @@ -179,7 +188,7 @@ install: install-exec install-data all uninstall: -all: $(SCRIPTS) Makefile +all: Makefile $(SCRIPTS) install-strip: $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install |