summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pango/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/pango/Makefile.am b/pango/Makefile.am
index 5017d96e..ab092c92 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