summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2004-12-16 11:07:20 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2004-12-16 11:07:20 +0000
commitebd3b867deed789bd4b3fe98f88c20a9454f0061 (patch)
treeae9f8911db53a04a7c4022427a3b307e99e396d0 /linux
parent3e65f52bda674bec43b807d50b41a537c9e93959 (diff)
drm_pciids.h should only 'cleaned' when the shared/ directory exists. Which
the Makefile already knows about, but it was cleaning this file anyway.
Diffstat (limited to 'linux')
-rw-r--r--linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile
index e01d3eda..33fdffdb 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -112,7 +112,7 @@ SHAREDSRC = $(DRMSHARED) $(MGASHARED) $(R128SHARED) $(RADEONSHARED) \
PROGS = dristat drmstat
-CLEANFILES = *.o *.ko $(PROGS) .depend .*.flags .*.d .*.cmd *.mod.c linux drm_pciids.h .tmp_versions
+CLEANFILES = *.o *.ko $(PROGS) .depend .*.flags .*.d .*.cmd *.mod.c linux .tmp_versions
# VERSION is not defined from the initial invocation. It is defined when
# this Makefile is invoked from the kernel's root Makefile.