aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.osx
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-09-20 10:28:13 -0400
committerLuke Dashjr <luke-jr+git@utopios.org>2012-10-09 18:07:44 +0000
commit3d6adbe71a5504d77e78a8ffad5f91d11a32c065 (patch)
tree8fb4df4acd68665d24b0700382fa21a24daf4520 /src/makefile.osx
parentfe26948b7956059933800db4a1badfbc3052e277 (diff)
downloadbitcoin-3d6adbe71a5504d77e78a8ffad5f91d11a32c065.tar.xz
Update gitignore and Makefiles for build.h move from src/ to src/obj
Diffstat (limited to 'src/makefile.osx')
-rw-r--r--src/makefile.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.osx b/src/makefile.osx
index 16a0edfe82..17cbce74ac 100644
--- a/src/makefile.osx
+++ b/src/makefile.osx
@@ -141,6 +141,6 @@ clean:
-rm -f obj-test/*.o
-rm -f obj/*.P
-rm -f obj-test/*.P
- -rm -f src/build.h
+ -rm -f obj/build.h
FORCE: