diff options
author | José Fonseca <[email protected]> | 2010-03-03 10:54:35 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-03-03 12:02:26 +0000 |
commit | af36b050eb2c801faecbd2b239d96df71fec5287 (patch) | |
tree | 0c9dc5600a1cb51c0511eff1e9bb38ed5fc35a9b /src/gallium/auxiliary/Makefile | |
parent | daf85c460875c944d6918fdf4041467d97cba41e (diff) |
gallivm: Rename lp_bld_misc -> lp_bld_init.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 60f9c2ae3c3..1d0930e024b 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -158,7 +158,7 @@ GALLIVM_SOURCES = \ gallivm/lp_bld_type.c GALLIVM_CPP_SOURCES = \ - gallivm/lp_bld_misc.cpp + gallivm/lp_bld_init.cpp GENERATED_SOURCES = \ indices/u_indices_gen.c \ |