From ebd3b867deed789bd4b3fe98f88c20a9454f0061 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Thu, 16 Dec 2004 11:07:20 +0000 Subject: drm_pciids.h should only 'cleaned' when the shared/ directory exists. Which the Makefile already knows about, but it was cleaning this file anyway. --- linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/Makefile') 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. -- cgit v1.2.3