changeset 10875:1bc534956e29

Don't echo 'echo' command when building octave.desktop.
author Rik <octave@nomad.inbox5.com>
date Mon, 09 Aug 2010 11:46:45 -0700
parents 62ed71623aca
children 53ec464300ef
files ChangeLog examples/Makefile.am
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-09  Rik <octave@nomad.inbox5.com>
+
+	* examples/Makefile.am: Don't echo 'echo' command when building
+	octave.desktop.
+
 2010-08-09  Jaroslav Hajek  <highegg@gmail.com>
 
 	* NEWS: Update.
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -35,7 +35,7 @@
 all-local: octave.desktop
 
 octave.desktop: octave.desktop.in Makefile
-	echo "making $@ from $<"
+	@echo "making $@ from $<"
 	$(SED) < $< > $@-t \
 	  -e "s|%OCTAVE_IMAGEDIR%|${imagedir}|" \
 	  -e "s|%OCTAVE_PREFIX%|${prefix}|"