diff options
Diffstat (limited to 'src/gallium/auxiliary/indices/Makefile')
-rw-r--r-- | src/gallium/auxiliary/indices/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/indices/Makefile b/src/gallium/auxiliary/indices/Makefile index 8fa61d265e..f2ebc3f410 100644 --- a/src/gallium/auxiliary/indices/Makefile +++ b/src/gallium/auxiliary/indices/Makefile @@ -4,13 +4,13 @@ include $(TOP)/configs/current LIBNAME = indices C_SOURCES = \ - u_indices_gen.c + u_indices_gen.c \ + u_unfilled_gen.c include ../../Makefile.template u_indices_gen.c: u_indices_gen.py python $< > $@ - -symlinks: - +u_unfilled_gen.c: u_unfilled_gen.py + python $< > $@ |