diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2005-01-07 10:34:00 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2005-01-07 10:34:00 +0000 |
commit | 1837dda4d868b65441062942ec27ce8dd56e12bc (patch) | |
tree | 18fc46fd95ea01b3dc257f7cfd65673529e11696 /src/mesa | |
parent | a11659adaf95d68ec03aed89ad59f344ad0dd567 (diff) |
Make clean in the x86 directory.
Propogate 'install' target down to dri driver directory.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile index b88a122abf..363e48c2d6 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -37,6 +37,11 @@ beos: depend subdirs mesa.a cd drivers/beos; $(MAKE) +install: default + @if [ "${DRIVER_DIRS}" = "dri" ] ; then \ + cd drivers/dri ; $(MAKE) install ; \ + fi + ###################################################################### # Linux solo DRI drivers @@ -211,5 +216,6 @@ clean: -rm -f depend depend.bak mesa.a -rm -f drivers/*/*.o (cd drivers/dri ; $(MAKE) clean) + (cd x86 ; $(MAKE) clean) include depend |