summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.mgw
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-12-09 07:44:37 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-12-09 07:44:37 +0000
commit2fc3a958a4f2ac1439715e7bea011f3072c07103 (patch)
tree4021fbb35a6979292e2a626d1c9e0df971817614 /src/mesa/Makefile.mgw
parenta280d3347a639c2f41986733b77eced1c89738d0 (diff)
make sure we're cleaning up everything
Diffstat (limited to 'src/mesa/Makefile.mgw')
-rw-r--r--src/mesa/Makefile.mgw7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mesa/Makefile.mgw b/src/mesa/Makefile.mgw
index 826c820cbb..2341eeecee 100644
--- a/src/mesa/Makefile.mgw
+++ b/src/mesa/Makefile.mgw
@@ -22,7 +22,7 @@
# MinGW core makefile v1.3 for Mesa
#
-# Copyright (C) 2002 - Borca Daniel
+# Copyright (C) 2002 - Daniel Borca
# Email : dborca@users.sourceforge.net
# Web : http://www.geocities.com/dborca
@@ -189,7 +189,8 @@ clean:
-$(call UNLINK,tnl/*.o)
-$(call UNLINK,x86/*.o)
-$(call UNLINK,drivers/common/*.o)
+ -$(call UNLINK,drivers/glide/*.o)
+ -$(call UNLINK,drivers/windows/fx/*.o)
+ -$(call UNLINK,drivers/windows/fx/*.res)
-$(call UNLINK,drivers/windows/gdi/*.o)
-$(call UNLINK,drivers/windows/icd/*.o)
- -$(call UNLINK,drivers/glide/*.o)
- -$(call UNLINK,drivers/glide/*.res)