summaryrefslogtreecommitdiffstats
path: root/Makefile.am
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.am
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.am')
-rwxr-xr-xMakefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c402ac0..7acc2db 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -165,7 +165,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.