[pango] Unbreak build system
- From: Behdad Esfahbod <behdad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Unbreak build system
- Date: Wed, 26 Sep 2012 19:44:10 +0000 (UTC)
commit 1c151fef87c61e2d329d84d3db59559bffa767fe
Author: Behdad Esfahbod <behdad behdad org>
Date: Wed Sep 26 15:09:03 2012 -0400
Unbreak build system
After 88692e4e, every make invocation was rebuilding everything. Fix.
pango/Makefile.am | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/pango/Makefile.am b/pango/Makefile.am
index 5017d96..ab092c9 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -132,14 +132,16 @@ s-enum-types-h: $(pango_headers) Makefile.am pango-enum-types.h.template
$(AM_V_GEN) ( cd $(srcdir) && $(GLIB_MKENUMS) \
--template pango-enum-types.h.template \
$(pango_headers) ) > pango-enum-types.h.tmp \
- && mv pango-enum-types.h.tmp pango-enum-types.h
+ && mv pango-enum-types.h.tmp pango-enum-types.h \
+ && echo timestamp > $@
pango-enum-types.c: s-enum-types-c
s-enum-types-c: $(pango_headers) Makefile.am pango-enum-types.c.template
$(AM_V_GEN) ( cd $(srcdir) && $(GLIB_MKENUMS) \
--template pango-enum-types.c.template \
$(pango_headers) ) > pango-enum-types.c.tmp \
- && mv pango-enum-types.c.tmp pango-enum-types.c
+ && mv pango-enum-types.c.tmp pango-enum-types.c \
+ && echo timestamp > $@
pango-features.h:
$(AM_V_GEN) cd $(top_builddir) && ./config.status pango/pango-features.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]