diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2016-06-01 18:06:40 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2016-06-01 20:31:55 -0400 |
commit | fc4ad0c7fcf2e5841756c9d1003f95c879ee5cd2 (patch) | |
tree | f66a8a9b072044519a937b5275540ab9b8a6ea6e /src/Makefile.am | |
parent | 0cb0f2626e1553426e16a52fc6928d35824827f5 (diff) |
build: more out-of-tree fixups
- clear the __pycache__ during 'make clean'
- Copy the qrc locale file to a temp location and remove it when finished
(rcc expects everything to be in the same path)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c833272ff9..5e33c6a869 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -441,6 +441,7 @@ clean-local: -$(MAKE) -C univalue clean -rm -f leveldb/*/*.gcda leveldb/*/*.gcno leveldb/helpers/memenv/*.gcda leveldb/helpers/memenv/*.gcno -rm -f config.h + -rm -rf test/__pycache__ .rc.o: @test -f $(WINDRES) |