aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.osx
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-09-20 10:28:13 -0400
committerGavin Andresen <gavinandresen@gmail.com>2012-09-20 10:28:13 -0400
commitf2b066da7098703610371cce9649af22bd5fee5b (patch)
treef85d820b0c3022b8629a8d97e601e192b5ff95bb /src/makefile.osx
parentbfc24bd4cee1c1da944dfd1f236b07e9194f493c (diff)
downloadbitcoin-f2b066da7098703610371cce9649af22bd5fee5b.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 547f751aba..359739bd5e 100644
--- a/src/makefile.osx
+++ b/src/makefile.osx
@@ -156,6 +156,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: