diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2013-12-10 14:01:35 -0500 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2013-12-10 14:04:01 -0500 |
commit | cf5c1a6fc7725f63633650dfc11c6f4c315ead1e (patch) | |
tree | e46a21f904030610efe956e8b8f83a3e3e9b3725 /src/redshift-gtk | |
parent | Only start "dummy" gamma method if explicitly requested (diff) | |
download | redshift-ng-cf5c1a6fc7725f63633650dfc11c6f4c315ead1e.tar.gz redshift-ng-cf5c1a6fc7725f63633650dfc11c6f4c315ead1e.tar.bz2 redshift-ng-cf5c1a6fc7725f63633650dfc11c6f4c315ead1e.tar.xz |
redshift-gtk: Make custom rule in Makefile.am silent
Diffstat (limited to 'src/redshift-gtk')
-rw-r--r-- | src/redshift-gtk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redshift-gtk/Makefile.am b/src/redshift-gtk/Makefile.am index 10242ea..9eb0cdb 100644 --- a/src/redshift-gtk/Makefile.am +++ b/src/redshift-gtk/Makefile.am @@ -17,5 +17,5 @@ CLEANFILES = defs.py # Local python definitions defs.py: defs.py.in - sed -e "s|\@bindir\@|$(bindir)|g" \ + $(AM_V_GEN)sed -e "s|\@bindir\@|$(bindir)|g" \ -e "s|\@localedir\@|$(localedir)|g" $< > $@ |