[gnome-media] Use AM_V_GEN to silence some build noise
- From: Thomas Hindoe Paaboel Andersen <thomashpa src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-media] Use AM_V_GEN to silence some build noise
- Date: Sat, 16 Jan 2010 23:41:00 +0000 (UTC)
commit b3c40275978bea208406f0bbb469d58f0a21f1d3
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date: Sun Jan 17 00:26:16 2010 +0100
Use AM_V_GEN to silence some build noise
sound-theme/sounds/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sound-theme/sounds/Makefile.am b/sound-theme/sounds/Makefile.am
index 5d785bd..3277593 100644
--- a/sound-theme/sounds/Makefile.am
+++ b/sound-theme/sounds/Makefile.am
@@ -20,7 +20,7 @@ CLEANFILES = gnome-sounds-default.xml gnome-sounds-default.xml.in
EXTRA_DIST = $(sound_DATA) gnome-sounds-default.xml.in.in
gnome-sounds-default.xml.in: gnome-sounds-default.xml.in.in Makefile
- sed -e 's^\ datadir\@^$(datadir)^g' < $(srcdir)/gnome-sounds-default.xml.in.in > gnome-sounds-default.xml.in.tmp \
+ $(AM_V_GEN)sed -e 's^\ datadir\@^$(datadir)^g' < $(srcdir)/gnome-sounds-default.xml.in.in > gnome-sounds-default.xml.in.tmp \
&& mv gnome-sounds-default.xml.in.tmp gnome-sounds-default.xml.in
MAINTAINERCLEANFILES = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]