From 2ce61398cea4c1ede885c4694b9db5064246c9a7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 18 Nov 2001 17:59:36 +0000 Subject: . --- tests/tsort/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/tsort/Makefile.in') diff --git a/tests/tsort/Makefile.in b/tests/tsort/Makefile.in index 92064b9f1..71421c5df 100644 --- a/tests/tsort/Makefile.in +++ b/tests/tsort/Makefile.in @@ -48,6 +48,7 @@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ +install_sh_DATA = $(install_sh) -c -m 644 INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_HEADER = $(INSTALL_DATA) transform = @program_transform_name@ @@ -205,7 +206,7 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ - if test -f $$file; then d=.; else d=$(srcdir); fi; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ if test "$$dir" != "$$file" && test "$$dir" != "."; then \ $(mkinstalldirs) "$(distdir)/$$dir"; \ -- cgit v1.2.3-54-g00ecf