[gspell] enum-types: small simplification



commit e983b05ad2382360ca863a2c77f28cedd841a3fe
Author: Sébastien Wilmet <swilmet informatique-libre be>
Date:   Sat May 21 14:19:43 2022 +0200

    enum-types: small simplification
    
    To follow more closely the glib-mkenums docs. And, the less the better.

 gspell/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gspell/Makefile.am b/gspell/Makefile.am
index fed7174..368f6c2 100644
--- a/gspell/Makefile.am
+++ b/gspell/Makefile.am
@@ -136,10 +136,10 @@ gspell-resources.c: $(xml_res) $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(s
 
 ENUM_TYPES = $(gspell_public_headers)
 
-gspell-enum-types.h: gspell-enum-types.h.in $(ENUM_TYPES) $(GLIB_MKENUMS)
+gspell-enum-types.h: gspell-enum-types.h.in $(ENUM_TYPES)
        $(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template gspell-enum-types.h.in $(ENUM_TYPES)) > $@
 
-gspell-enum-types.c: gspell-enum-types.c.in $(ENUM_TYPES) $(GLIB_MKENUMS)
+gspell-enum-types.c: gspell-enum-types.c.in $(ENUM_TYPES)
        $(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template gspell-enum-types.c.in $(ENUM_TYPES)) > $@
 
 EXTRA_DIST = \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]