summaryrefslogtreecommitdiff
path: root/tests/install
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-12 20:55:19 +0000
committerJim Meyering <jim@meyering.net>2001-05-12 20:55:19 +0000
commited582f56121c8d37f7f942ee08319f93490bed1b (patch)
tree29a1fddefbd9969251dcfe251eb760988648c44f /tests/install
parente364b0d6b8a24cddae13c8055c1805e1ebc2f761 (diff)
downloadcoreutils-ed582f56121c8d37f7f942ee08319f93490bed1b.tar.xz
.
Diffstat (limited to 'tests/install')
-rw-r--r--tests/install/Makefile.in19
1 files changed, 12 insertions, 7 deletions
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in
index 783820ccd..3bdaba8e3 100644
--- a/tests/install/Makefile.in
+++ b/tests/install/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.3 gnits
TESTS = basic-1 create-leading
@@ -134,16 +134,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/install/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
@@ -214,6 +213,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; \
@@ -290,6 +293,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 \