From: Keith Whitwell Date: Fri, 7 Jan 2005 10:34:00 +0000 (+0000) Subject: Make clean in the x86 directory. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1837dda4d868b65441062942ec27ce8dd56e12bc;p=mesa.git Make clean in the x86 directory. Propogate 'install' target down to dri driver directory. --- diff --git a/src/mesa/Makefile b/src/mesa/Makefile index b88a122abff..363e48c2d60 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