[vte] Remove newline after AM_V_GEN
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [vte] Remove newline after AM_V_GEN
- Date: Mon, 17 Aug 2009 22:33:31 +0000 (UTC)
commit af4ced55057c3bdc1ec8e87ce8bbef6639663f37
Author: Behdad Esfahbod <behdad behdad org>
Date: Mon Aug 17 18:31:04 2009 -0400
Remove newline after AM_V_GEN
src/Makefile.am | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index b440f2e..cc6e7c9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -128,18 +128,15 @@ vtetypebuiltins.c: vtetypebuiltins.c.template vte.h
&& rm -f xgen-vtbc
vteseq-2.c: vteseq-2.gperf
- $(AM_V_GEN)
- $(top_srcdir)/missing --run gperf -m 100 --no-strlen $< > $ tmp && \
+ $(AM_V_GEN) $(top_srcdir)/missing --run gperf -m 100 --no-strlen $< > $ tmp && \
mv -f $ tmp $@
vteseq-n.c: vteseq-n.gperf
- $(AM_V_GEN)
- $(top_srcdir)/missing --run gperf -m 100 $< > $ tmp && \
+ $(AM_V_GEN) $(top_srcdir)/missing --run gperf -m 100 $< > $ tmp && \
mv -f $ tmp $@
vteseq-list.h: vteseq-2.gperf vteseq-n.gperf
- $(AM_V_GEN)
- echo '/* Generated file. Do not edit */' > $ tmp && \
+ $(AM_V_GEN) echo '/* Generated file. Do not edit */' > $ tmp && \
cat $^ | grep -v '^#' | grep '\<VTE_SEQUENCE_HANDLER\>'| sed 's/.*, //' | LANG=C sort -u >> $ tmp && \
mv -f $ tmp $@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]