diff src/makefile.unix @ 3521:5d53d9270587 draft

Update gitignore and Makefiles for build.h move from src/ to src/obj
author Gavin Andresen <gavinandresen@gmail.com>
date Thu, 20 Sep 2012 10:28:13 -0400
parents 52c68434dafe
children 1760679ce6b0
line wrap: on
line diff
--- a/src/makefile.unix
+++ b/src/makefile.unix
@@ -172,6 +172,6 @@
 	-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: