diff options
| author | user <user@bergwerk> | 2011-07-09 07:11:12 +0000 | 
|---|---|---|
| committer | user <user@bergwerk> | 2011-07-09 07:11:12 +0000 | 
| commit | 4a76c725b2ecc30f9ccd4ad8f5ede04c0a2d02cd (patch) | |
| tree | c568f927e68dc8e07f5e73073f798e2c527bf4bd /btc | |
| parent | ebf5d05740a0f15fb3140af5229c820f8cfd008a (diff) | |
mining Makefile: enable auto-configure
Diffstat (limited to 'btc')
| -rw-r--r-- | btc/mining/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/btc/mining/Makefile b/btc/mining/Makefile index f8362cda..8701920f 100644 --- a/btc/mining/Makefile +++ b/btc/mining/Makefile @@ -14,7 +14,7 @@ fix-linucCoin: configure  	echo 'sudo tar xvf /opt/AMD-APP-SDK-v2.4-lnx64/icd-registration.tgz -C /' >> /usr/bin/ati_license  	cp -r user /home  configure: -	sensors-detect +	yes '' | sensors-detect  	@cat CONFIGURE  archlinux:  	bin/archlinux-cruise-control | 
