diff options
author | Jim Meyering <jim@meyering.net> | 2006-08-19 19:34:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-08-19 19:34:16 +0000 |
commit | 03ffc923e913e25ed2e1d264a384711954fd5b98 (patch) | |
tree | 9bb41c19fccf6d2cff045c92ab89b1af934487c1 /tests/dd | |
parent | 0cb751080f1750fbc5f12b30a63bb712001f4c27 (diff) | |
download | coreutils-03ffc923e913e25ed2e1d264a384711954fd5b98.tar.xz |
.
Diffstat (limited to 'tests/dd')
-rw-r--r-- | tests/dd/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in index b973e785f..cb721dd17 100644 --- a/tests/dd/Makefile.in +++ b/tests/dd/Makefile.in @@ -171,7 +171,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/absolute-header.m4 \ $(top_srcdir)/m4/yesno.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs +mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = |