From f2b066da7098703610371cce9649af22bd5fee5b Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Thu, 20 Sep 2012 10:28:13 -0400 Subject: Update gitignore and Makefiles for build.h move from src/ to src/obj --- src/makefile.linux-mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/makefile.linux-mingw') diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 4ba0cf06f0..2804f14055 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -111,6 +111,6 @@ clean: -rm -f bitcoind.exe -rm -f obj-test/*.o -rm -f test_bitcoin.exe - -rm -f src/build.h + -rm -f obj/build.h FORCE: -- cgit v1.2.3