From d882773789ea3894de7163f7bb880c5b23072882 Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Thu, 8 Jul 2010 16:14:56 +0000 Subject: 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 --- makefile.unix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makefile.unix') diff --git a/makefile.unix b/makefile.unix index b42f1d66f..f6ca110b7 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 -- cgit v1.2.3