diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-03-14 10:22:53 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-03-14 10:23:56 -0600 |
commit | a254d0c36870724e51e91de3a3da9220b67af850 (patch) | |
tree | 11e6fdb9e32ab1f0c5bdfe1e32fc29117b3508b5 /src/gallium/winsys | |
parent | c45a525cdc4bd5f9b35c4f6abae6a65f3279e2c4 (diff) |
gallium: added dummy install target
Diffstat (limited to 'src/gallium/winsys')
-rw-r--r-- | src/gallium/winsys/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/winsys/Makefile b/src/gallium/winsys/Makefile index 3dc5ea5744..2360a6a94a 100644 --- a/src/gallium/winsys/Makefile +++ b/src/gallium/winsys/Makefile @@ -18,3 +18,7 @@ subdirs: clean: rm -f `find . -name \*.[oa]` + + +# Dummy install target +install: |