diff options
author | Jakob Bornecrantz <[email protected]> | 2009-02-20 00:14:00 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-02-20 10:22:10 +0000 |
commit | d9602e5144bc76b9791fa3382ca38c880df96198 (patch) | |
tree | 719727a4bd683057ff182f3a5750d12fb44d86cb /src/gallium/auxiliary/rtasm | |
parent | 8cf997b7c8a2c8eb347ce06d0e8bfaf2e9d4bd9d (diff) |
gallium: Improve makefiles for libraries
The template makefile that most libraries in
gallium included was based on dri and had a bunch
unrelevant junk in it.
Update it and improve the depending makefiles.
Diffstat (limited to 'src/gallium/auxiliary/rtasm')
-rw-r--r-- | src/gallium/auxiliary/rtasm/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/rtasm/Makefile b/src/gallium/auxiliary/rtasm/Makefile index 252dc5274ab..ab8ea464c6e 100644 --- a/src/gallium/auxiliary/rtasm/Makefile +++ b/src/gallium/auxiliary/rtasm/Makefile @@ -11,6 +11,3 @@ C_SOURCES = \ rtasm_ppc_spe.c include ../../Makefile.template - -symlinks: - |