aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-05-05 08:49:19 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-05-05 08:58:16 +0200
commitd4ffe4e425b5a3f6fe4ff0ce7297608dfe6c7417 (patch)
treecd046031e29eba12b22806afd4f79823aa05f04e /src/qt
parent4ff396e45d3dbefac735dbf93f8d7b2acfc97a62 (diff)
parentdbe8f7526266092fe7b045dadaefb753feca15a6 (diff)
downloadbitcoin-d4ffe4e425b5a3f6fe4ff0ce7297608dfe6c7417.tar.xz
Merge pull request #4120
dbe8f75 don't use sed's -i option to stay posix compliant (Fabian Raetz)
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/Makefile.am b/src/qt/Makefile.am
index 44d2964501..8ec1ae2583 100644
--- a/src/qt/Makefile.am
+++ b/src/qt/Makefile.am
@@ -372,7 +372,7 @@ translate: bitcoinstrings.cpp $(QT_FORMS_UI) $(QT_FORMS_UI) $(BITCOIN_QT_CPP) $(
$(QT_QRC_CPP): $(QT_QRC) $(QT_QM) $(QT_FORMS_H) $(RES_ICONS) $(RES_IMAGES) $(RES_MOVIES) $(PROTOBUF_H)
@cd $(abs_srcdir); test -f $(RCC) && QT_SELECT=$(QT_SELECT) $(RCC) -name bitcoin -o $(abs_builddir)/$@ $< || \
echo error: could not build $@
- $(SED) -i.bak -e '/^\*\*.*Created:/d' $@ && rm $@.bak
- $(SED) -i.bak -e '/^\*\*.*by:/d' $@ && rm $@.bak
+ $(SED) -e '/^\*\*.*Created:/d' $@ > $@.n && mv $@{.n,}
+ $(SED) -e '/^\*\*.*by:/d' $@ > $@.n && mv $@{.n,}
CLEANFILES = $(BUILT_SOURCES) $(QT_QM) $(QT_FORMS_H) *.gcda *.gcno