From 0352337f1e41741fd5f4e905f37b95a772e2586d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 21 May 2001 07:35:22 +0000 Subject: . --- tests/stty/Makefile.in | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'tests/stty') diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in index a614eaaf4..f28515255 100644 --- a/tests/stty/Makefile.in +++ b/tests/stty/Makefile.in @@ -11,6 +11,9 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +@SET_MAKE@ + + SHELL = @SHELL@ srcdir = @srcdir@ @@ -59,9 +62,6 @@ POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ - -@SET_MAKE@ -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AWK = @AWK@ CATALOGS = @CATALOGS@ @@ -115,10 +115,10 @@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ YACC = @YACC@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ l = @l@ - AUTOMAKE_OPTIONS = 1.2f gnits TESTS = row-col-1 basic-1 @@ -132,16 +132,15 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = DIST_SOURCES = DIST_COMMON = Makefile.am Makefile.in - all: all-am .SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnits tests/stty/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status @@ -212,6 +211,10 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + $(mkinstalldirs) "$(distdir)/$$dir"; \ + fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ @@ -288,6 +291,8 @@ mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic +uninstall-am: + .PHONY: all all-am check check-TESTS check-am clean clean-generic \ distclean distclean-generic distdir dvi dvi-am info info-am \ install install-am install-data install-data-am install-exec \ -- cgit v1.2.3-54-g00ecf