From 6e4bf5ead5a342426020a1d48d93b8deae2a9e73 Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Thu, 8 Jul 2004 20:18:10 +0000 Subject: Add two items to Makefile clean XFree86 bug: Reported by: Submitted by: Reviewed by: Obtained from: --- linux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux') diff --git a/linux/Makefile b/linux/Makefile index 28965e4b..3d56c96c 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -106,7 +106,7 @@ SHAREDSRC = $(DRMSHARED) $(MGASHARED) $(R128SHARED) $(RADEONSHARED) \ PROGS = dristat drmstat -CLEANFILES = *.o *.ko $(PROGS) .depend .*.flags .*.d .*.cmd *.mod.c linux +CLEANFILES = *.o *.ko $(PROGS) .depend .*.flags .*.d .*.cmd *.mod.c linux drm_pciids.h .tmp_versions # VERSION is not defined from the initial invocation. It is defined when # this Makefile is invoked from the kernel's root Makefile. @@ -234,7 +234,7 @@ linux: ln -s . linux clean cleandir: - rm -f $(CLEANFILES) + rm -rf $(CLEANFILES) $(MODULE_LIST):: make DRM_MODULES=$@ modules -- cgit v1.2.3