summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-11-26 11:20:48 -0500
committerBehdad Esfahbod <behdad@behdad.org>2009-12-14 16:15:05 -0500
commit3230261dd6f856b77688cad7c40b7b83b63c17ed (patch)
tree2f63ec680aab65f7dfdea0087b51f342aaa9887d
parent20889f065700ef005b1016729e9c26e078ef9e8a (diff)
downloadpango-3230261dd6f856b77688cad7c40b7b83b63c17ed.tar.gz
Simplify make rules
-rw-r--r--pango/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/pango/Makefile.am b/pango/Makefile.am
index 3480af04..cff1de1a 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -131,8 +131,7 @@ pangoinclude_HEADERS = \
pango-enum-types.h
pango-enum-types.h: s-enum-types-h
- $(AM_V_GEN) true
-s-enum-types-h: $(pango_headers) Makefile
+s-enum-types-h: $(pango_headers) Makefile.am
$(AM_V_GEN) ( cd $(srcdir) && $(GLIB_MKENUMS) \
--fhead "#ifndef __PANGO_ENUM_TYPES_H__\n#define __PANGO_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
--fprod "/* enumerations from \"@filename@\" */\n" \
@@ -144,8 +143,7 @@ s-enum-types-h: $(pango_headers) Makefile
&& echo timestamp > $(@F)
pango-enum-types.c: s-enum-types-c
- $(AM_V_GEN) true
-s-enum-types-c: $(pango_headers) Makefile
+s-enum-types-c: $(pango_headers) Makefile.am
$(AM_V_GEN) ( cd $(srcdir) && $(GLIB_MKENUMS) \
--fhead "#include <pango.h>" \
--fprod "\n/* enumerations from \"@filename@\" */" \