diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-07-08 16:14:56 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-07-08 16:14:56 +0000 |
commit | d882773789ea3894de7163f7bb880c5b23072882 (patch) | |
tree | 23e8847e09abe899fa9cba862f96e7d924dc484c /makefile.unix | |
parent | d77eac25b2ecd8e6ff5619cfa57d0ebc0682ed09 (diff) |
Laszlo's fix to make generate threads idle priority on Linux,
replaced some wxBase dependencies: wxMutex, wxFileExists, wxStandardPaths, wxGetLocalTimeMillis
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@99 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'makefile.unix')
-rw-r--r-- | makefile.unix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile.unix b/makefile.unix index b42f1d66fb..f6ca110b7f 100644 --- a/makefile.unix +++ b/makefile.unix @@ -68,6 +68,6 @@ bitcoind: $(OBJS:obj/%=obj/nogui/%) obj/sha.o clean:
- -rm obj/*.o
- -rm obj/nogui/*.o
- -rm headers.h.gch
+ -rm -f obj/*.o
+ -rm -f obj/nogui/*.o
+ -rm -f headers.h.gch
|