summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-04-15 22:13:20 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-04-15 22:13:20 (GMT)
commita2565505aa1a3b1c7367ead62487176f27b65f0f (patch)
tree334aa5c141291837de09879a6dab041ab4403109 /Makefile.in
parent0e08da80237bbb4bfb2727c57b1906cc9e17d11b (diff)
downloadhdf5-a2565505aa1a3b1c7367ead62487176f27b65f0f.zip
hdf5-a2565505aa1a3b1c7367ead62487176f27b65f0f.tar.gz
hdf5-a2565505aa1a3b1c7367ead62487176f27b65f0f.tar.bz2
[svn-r16761] Fixed a simple typo in the echo statement in the
check-all-install actions. Tested: In jam by hand.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ee87a5e..9ca1856 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -904,7 +904,7 @@ check-all-install:
@echo Compare against the default installation.
@echo Fine if only libXXX.a files are different.
-diff -r prefix-tmp ${prefix}
- @echo Installing to different \$DESTDIR location
+ @echo Installing to different $$\DESTDIR location
env DESTDIR=${ROOT}/destdir-tmp $(MAKE) install
@echo Compare against the default installation.
@echo Fine if only libXXX.a files are different.