summaryrefslogtreecommitdiffstats
path: root/Makefile.in
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.in
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.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.