Force regenerate fcobjshash.h when updating Makefile
To avoid a situation of mismatching the declaration of hash function
This commit is contained in:
parent
79058f4e91
commit
5c49354a78
|
@ -115,14 +115,13 @@ fcobjshash.gperf: fcobjshash.gperf.h fcobjs.h
|
||||||
' - > $@.tmp && \
|
' - > $@.tmp && \
|
||||||
mv -f $@.tmp $@ || ( $(RM) $@.tmp && false )
|
mv -f $@.tmp $@ || ( $(RM) $@.tmp && false )
|
||||||
|
|
||||||
fcobjshash.h: fcobjshash.gperf
|
fcobjshash.h: Makefile fcobjshash.gperf
|
||||||
$(AM_V_GEN) $(GPERF) -m 100 $< > $@.tmp && \
|
$(AM_V_GEN) $(GPERF) -m 100 fcobjshash.gperf > $@.tmp && \
|
||||||
mv -f $@.tmp $@ || ( $(RM) $@.tmp && false )
|
mv -f $@.tmp $@ || ( $(RM) $@.tmp && false )
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
fcobjshash.gperf.h \
|
fcobjshash.gperf.h \
|
||||||
fcobjshash.gperf \
|
fcobjshash.gperf
|
||||||
fcobjshash.h
|
|
||||||
|
|
||||||
libfontconfig_la_SOURCES = \
|
libfontconfig_la_SOURCES = \
|
||||||
fcarch.h \
|
fcarch.h \
|
||||||
|
|
Loading…
Reference in New Issue