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 && \
|
||||
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 \
|
||||
|
|
Loading…
Reference in New Issue