From 07abd913b654a1a04a90db6203a92a14e4ae795a Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 14 May 2012 18:38:54 -0700 Subject: automake: Move top-level makefile to automake. This is part of a series to fix our build issues in the automake case by hooking up the automatic Makefile regeneration support. The extract_git_sha1 is moved into src/mesa/Makefile so that we get correct dependency generation. Reviewed-by: Kenneth Graunke --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 717d45d..f481dc4 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ Makefile.in .dir-locals.el .deps/ .libs/ +/Makefile -- cgit v1.1