summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-04-15 22:12:50 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-04-15 22:12:50 (GMT)
commit0f48df5d505c50a81272a38df139dc9d728e822f (patch)
treece74cc15b5f933c06682e1227dfb733a70b61825 /Makefile.am
parent04f71d5b13faa2c84f0d88cab3ac0866459fb670 (diff)
downloadhdf5-0f48df5d505c50a81272a38df139dc9d728e822f.zip
hdf5-0f48df5d505c50a81272a38df139dc9d728e822f.tar.gz
hdf5-0f48df5d505c50a81272a38df139dc9d728e822f.tar.bz2
[svn-r16760] 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.