From 3230261dd6f856b77688cad7c40b7b83b63c17ed Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 26 Nov 2009 11:20:48 -0500 Subject: [PATCH] Simplify make rules --- pango/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pango/Makefile.am b/pango/Makefile.am index 3480af0..cff1de1 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 \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 " \ --fprod "\n/* enumerations from \"@filename@\" */" \ -- 2.7.4