From 0f48df5d505c50a81272a38df139dc9d728e822f Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 15 Apr 2009 17:12:50 -0500 Subject: [svn-r16760] Fixed a simple typo in the echo statement in the check-all-install actions. Tested: In jam by hand. --- Makefile.am | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 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. 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. -- cgit v0.12