diff options
| author | Cory Fields <[email protected]> | 2016-06-01 18:06:40 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2016-06-01 20:31:55 -0400 |
| commit | fc4ad0c7fcf2e5841756c9d1003f95c879ee5cd2 (patch) | |
| tree | f66a8a9b072044519a937b5275540ab9b8a6ea6e /src/Makefile.am | |
| parent | build: out-of-tree fixups (diff) | |
| download | discoin-fc4ad0c7fcf2e5841756c9d1003f95c879ee5cd2.tar.xz discoin-fc4ad0c7fcf2e5841756c9d1003f95c879ee5cd2.zip | |
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 c833272ff..5e33c6a86 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) |