diff options
Diffstat (limited to 'src/gallium/tests/trivial/Makefile.am')
-rw-r--r-- | src/gallium/tests/trivial/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/tests/trivial/Makefile.am b/src/gallium/tests/trivial/Makefile.am index e6e9ae73d12..705a8786eb0 100644 --- a/src/gallium/tests/trivial/Makefile.am +++ b/src/gallium/tests/trivial/Makefile.am @@ -26,9 +26,5 @@ tri_SOURCES = tri.c quad_tex_SOURCES = quad-tex.c -all-local: - @$(MAKE) -C $(PIPE_SRC_DIR) - clean-local: - @$(MAKE) -C $(PIPE_SRC_DIR) clean -rm -f result.bmp |