From 743e505315b6be851618caed61981d7c1617bf45 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 15 May 2012 10:32:43 -0700 Subject: automake: Globally add stub automake targets to the old Makefiles. I tried to update all the old Makefiles that included the default config to be sure they had a default target if they didn't previously have one, since this new all target will always point at it. Almost everything had one. Reviewed-by: Kenneth Graunke --- src/gallium/drivers/softpipe/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gallium/drivers/softpipe') diff --git a/src/gallium/drivers/softpipe/Makefile b/src/gallium/drivers/softpipe/Makefile index bcafa3c7fcb..27b5d991a75 100644 --- a/src/gallium/drivers/softpipe/Makefile +++ b/src/gallium/drivers/softpipe/Makefile @@ -35,6 +35,3 @@ C_SOURCES = \ sp_surface.c include ../../Makefile.template - -# FIXME: Remove when this driver is converted to automake. -all: default -- cgit v1.2.3