From a7c949f644d82a5b97617256fa5e8cc511b8aa5f Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 6 Nov 2017 22:25:22 +0800 Subject: [PATCH] [build] Add temp_bitcoin_locale_qrc to CLEAN_QT to fix make distcheck --- src/Makefile.qt.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index 0767ee130..ca5711307 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -439,7 +439,7 @@ $(QT_QRC_CPP): $(QT_QRC) $(QT_FORMS_H) $(RES_ICONS) $(RES_IMAGES) $(RES_MOVIES) $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(RCC) -name bitcoin $< | \ $(SED) -e '/^\*\*.*Created:/d' -e '/^\*\*.*by:/d' > $@ -CLEAN_QT = $(nodist_qt_libbitcoinqt_a_SOURCES) $(QT_QM) $(QT_FORMS_H) qt/*.gcda qt/*.gcno +CLEAN_QT = $(nodist_qt_libbitcoinqt_a_SOURCES) $(QT_QM) $(QT_FORMS_H) qt/*.gcda qt/*.gcno qt/temp_bitcoin_locale.qrc CLEANFILES += $(CLEAN_QT) -- 2.11.4.GIT