Make clean in the x86 directory.
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 7 Jan 2005 10:34:00 +0000 (10:34 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 7 Jan 2005 10:34:00 +0000 (10:34 +0000)
Propogate 'install' target down to dri driver directory.

src/mesa/Makefile

index b88a122..363e48c 100644 (file)
@@ -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