Force regenerate fcobjshash.h when updating Makefile

To avoid a situation of mismatching the declaration of hash function
This commit is contained in:
Akira TAGOH 2017-06-03 19:02:53 +09:00
parent 79058f4e91
commit 5c49354a78
1 changed files with 3 additions and 4 deletions

View File

@ -115,14 +115,13 @@ fcobjshash.gperf: fcobjshash.gperf.h fcobjs.h
' - > $@.tmp && \
mv -f $@.tmp $@ || ( $(RM) $@.tmp && false )
fcobjshash.h: fcobjshash.gperf
$(AM_V_GEN) $(GPERF) -m 100 $< > $@.tmp && \
fcobjshash.h: Makefile fcobjshash.gperf
$(AM_V_GEN) $(GPERF) -m 100 fcobjshash.gperf > $@.tmp && \
mv -f $@.tmp $@ || ( $(RM) $@.tmp && false )
EXTRA_DIST += \
fcobjshash.gperf.h \
fcobjshash.gperf \
fcobjshash.h
fcobjshash.gperf
libfontconfig_la_SOURCES = \
fcarch.h \