diff options
author | Jim Meyering <jim@meyering.net> | 1999-12-10 16:30:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-12-10 16:30:28 +0000 |
commit | 6ff905699a582879336f48fed3b157a25738308a (patch) | |
tree | c8157a75c13215606d855132ce67d576877baadc /tests/stty | |
parent | d3d701080b1c560a5ae04181af5e80473ed476e0 (diff) | |
download | coreutils-6ff905699a582879336f48fed3b157a25738308a.tar.xz |
.
Diffstat (limited to 'tests/stty')
-rw-r--r-- | tests/stty/Makefile.in | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in index 7542a0da7..9458d38db 100644 --- a/tests/stty/Makefile.in +++ b/tests/stty/Makefile.in @@ -59,14 +59,17 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ +AMDEP = @AMDEP@ AMTAR = @AMTAR@ -AMTARFLAGS = @AMTARFLAGS@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ +DEPDIR = @DEPDIR@ GENCAT = @GENCAT@ GETCONF = @GETCONF@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ @@ -139,22 +142,16 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) distdir: $(DISTFILES) - here=`cd $(top_builddir) && pwd`; \ - top_distdir=`cd $(top_distdir) && pwd`; \ - distdir=`cd $(distdir) && pwd`; \ - cd $(top_srcdir) \ - && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits tests/stty/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$d/$$file $(distdir)/$$file; \ + cp -pR $$d/$$file $(distdir); \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done - check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ @@ -242,6 +239,7 @@ distclean-generic: -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: + -rm -f Makefile.in mostlyclean-am: mostlyclean-generic mostlyclean: mostlyclean-am |