diff options
author | Dan Nicholson <[email protected]> | 2008-05-07 10:21:01 -0700 |
---|---|---|
committer | Dan Nicholson <[email protected]> | 2008-05-07 10:22:32 -0700 |
commit | df8134c3cf53a2e4363f27e9a1266e685ca7f0e7 (patch) | |
tree | 108a70594197ed640163252da9029ce7ed0ba91d /src/mesa/Makefile | |
parent | e8c2b9967f22a672753b2662f7858734ec328b06 (diff) |
Run `make clean' in drivers/xorg, too
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r-- | src/mesa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 4d834dd1572..d179636c6a2 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -208,6 +208,7 @@ clean: -rm -f depend depend.bak libmesa.a -rm -f drivers/*/*.o (cd drivers/dri && $(MAKE) clean) + (cd drivers/xorg && $(MAKE) clean) (cd x86 && $(MAKE) clean) (cd x86-64 && $(MAKE) clean) |