diff options
author | Matt Turner <[email protected]> | 2013-01-20 12:54:31 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-04-15 12:05:55 -0700 |
commit | 2f7a37d858ecafa51e70eb8aeb9b7cfcfaf2fa0e (patch) | |
tree | 7f8ebcc811f8a5eba492efb3d238d53d011846aa /src/gallium/tests | |
parent | 0d3b1b0e2eb9212d95cd590848b059ebdae46da9 (diff) |
build: Build pipe-loader before gallium tests
And don't build it from other Makefiles. That's awful, and breaks
distclean.
Tested-by: Emil Velikov <[email protected]>
Reviewed-and-Tested-by: Andreas Boll <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/gallium/tests')
-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 |