From 7aae8a592a299abd881372d3a2850375c2bb8884 Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Sat, 24 Apr 2010 19:17:54 -0400 Subject: mesa: Move get_es*.c to main/ --- src/mesa/es/Makefile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/mesa/es/Makefile') diff --git a/src/mesa/es/Makefile b/src/mesa/es/Makefile index b095620c9d..5498b086aa 100644 --- a/src/mesa/es/Makefile +++ b/src/mesa/es/Makefile @@ -82,16 +82,6 @@ libes1api.a: $(ES1_API_OBJECTS) libes2api.a: $(ES2_API_OBJECTS) @$(MKLIB) -o es2api -static $(ES2_API_OBJECTS) -GENERATED_SOURCES := \ - main/get_es1.c \ - main/get_es2.c - -main/get_es1.c: main/get_gen.py - $(PYTHON2) $(PYTHON_FLAGS) $< 1 > $@ - -main/get_es2.c: main/get_gen.py - $(PYTHON2) $(PYTHON_FLAGS) $< 2 > $@ - .PHONY: clean clean: -rm -f $(ES1_LIBS) $(ES2_LIBS) -- cgit v1.2.3