diff options
author | Kristian Høgsberg <[email protected]> | 2010-04-24 19:17:54 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-04-27 19:28:11 -0400 |
commit | 7aae8a592a299abd881372d3a2850375c2bb8884 (patch) | |
tree | 48fb9962c90f050446b84a2efa16f2c6780ab16d /src/mesa/es/Makefile | |
parent | 003433989597771bbb4f03cf678f5771c09606fd (diff) |
mesa: Move get_es*.c to main/
Diffstat (limited to 'src/mesa/es/Makefile')
-rw-r--r-- | src/mesa/es/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mesa/es/Makefile b/src/mesa/es/Makefile index b095620c9da..5498b086aab 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) |