From 1ae2ee146885756849332709ec7eaf42bc0424cb Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Sun, 18 Oct 2009 17:27:25 -0700 Subject: makefile: don't use intermediate .compflag.h file It's not necessary, because the compflag.h header will never exist, because the makefile has it marked as an .INTERMEDIATE, which means it's deleted automatically if the build is cancelled or finishes. Signed-off-by: Steven Noonan --- crawl-ref/.gitignore | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/.gitignore') diff --git a/crawl-ref/.gitignore b/crawl-ref/.gitignore index 2dc2260a9d..17f914c1c1 100644 --- a/crawl-ref/.gitignore +++ b/crawl-ref/.gitignore @@ -40,7 +40,6 @@ mapgen.log makefile.dep /source/.contrib-ok /source/compflag.h -/source/.compflag.h # The Crawl executable. /source/crawl -- cgit v1.2.3-54-g00ecf