File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -360,14 +360,12 @@ translate: $(srcdir)/qt/bitcoinstrings.cpp $(QT_FORMS_UI) $(QT_FORMS_UI) $(BITCO
360
360
$(QT_QRC_LOCALE_CPP): $(QT_QRC_LOCALE) $(QT_QM)
361
361
@test -f $(RCC)
362
362
@cp -f $< $(@D)/temp_$(<F)
363
- $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(RCC) -name bitcoin_locale $(@D)/temp_$(<F) | \
364
- $(SED) -e '/^\*\*.*Created:/d' -e '/^\*\*.*by:/d' > $@
363
+ $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(RCC) -name bitcoin_locale $(@D)/temp_$(<F) > $@
365
364
@rm $(@D)/temp_$(<F)
366
365
367
366
$(QT_QRC_CPP): $(QT_QRC) $(QT_FORMS_H) $(RES_FONTS) $(RES_ICONS) $(RES_ANIMATION)
368
367
@test -f $(RCC)
369
- $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(RCC) -name bitcoin $< | \
370
- $(SED) -e '/^\*\*.*Created:/d' -e '/^\*\*.*by:/d' > $@
368
+ $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(RCC) -name bitcoin $< > $@
371
369
372
370
CLEAN_QT = $(nodist_qt_libbitcoinqt_a_SOURCES) $(QT_QM) $(QT_FORMS_H) qt/*.gcda qt/*.gcno qt/temp_bitcoin_locale.qrc
373
371
@@ -398,12 +396,10 @@ ui_%.h: %.ui
398
396
$(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(UIC) -o $@ $< || (echo "Error creating $@"; false)
399
397
400
398
%.moc: %.cpp
401
- $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(MOC) $(DEFAULT_INCLUDES) $(QT_INCLUDES_UNSUPPRESSED) $(MOC_DEFS) $< | \
402
- $(SED) -e '/^\*\*.*Created:/d' -e '/^\*\*.*by:/d' > $@
399
+ $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(MOC) $(DEFAULT_INCLUDES) $(QT_INCLUDES_UNSUPPRESSED) $(MOC_DEFS) $< > $@
403
400
404
401
moc_%.cpp: %.h
405
- $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(MOC) $(DEFAULT_INCLUDES) $(QT_INCLUDES_UNSUPPRESSED) $(MOC_DEFS) $< | \
406
- $(SED) -e '/^\*\*.*Created:/d' -e '/^\*\*.*by:/d' > $@
402
+ $(AM_V_GEN) QT_SELECT=$(QT_SELECT) $(MOC) $(DEFAULT_INCLUDES) $(QT_INCLUDES_UNSUPPRESSED) $(MOC_DEFS) $< > $@
407
403
408
404
%.qm: %.ts
409
405
@test -f $(LRELEASE)
You can’t perform that action at this time.
0 commit comments