Browse Source

make rm for common not complain

tags/R300_DRIVER_0
Dave Airlie 22 years ago
parent
commit
e5a916d5b9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/drivers/dri/Makefile

+ 1
- 1
src/mesa/drivers/dri/Makefile View File

@@ -25,4 +25,4 @@ clean:
@for dir in $(DRI_DIRS) ; do \
(cd $$dir ; $(MAKE) clean) ; \
done
rm common/*.o
-rm -f common/*.o

Loading…
Cancel
Save