diff options
author | Jon Smirl <jonsmirl@yahoo.com> | 2004-03-16 00:59:24 +0000 |
---|---|---|
committer | Jon Smirl <jonsmirl@yahoo.com> | 2004-03-16 00:59:24 +0000 |
commit | 537ac1a39e16c2fe1d1ac513666a4f95798b3c08 (patch) | |
tree | 22e979978eb7862fd2bd041ef91dd9eecd526845 /linux/Makefile.linux | |
parent | 0b6f155dbdfe661142307a72aa07a52bde6ec08f (diff) |
Makefile the makefile really clean everything XFree86 bug: Reported by:
Submitted by: Reviewed by: Obtained from:
Diffstat (limited to 'linux/Makefile.linux')
-rw-r--r-- | linux/Makefile.linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile.linux b/linux/Makefile.linux index 258d6eb4..ce6861e6 100644 --- a/linux/Makefile.linux +++ b/linux/Makefile.linux @@ -91,7 +91,7 @@ SHAREDSRC = $(DRMSHARED) $(MGASHARED) $(R128SHARED) $(RADEONSHARED) \ PROGS = dristat drmstat -CLEANFILES = *.o *.ko $(PROGS) .depend .*.flags .*.d .*.cmd +CLEANFILES = *.o *.ko $(PROGS) .depend .*.flags .*.d .*.cmd *.mod.c linux # VERSION is not defined from the initial invocation. It is defined when # this Makefile is invoked from the kernel's root Makefile. |