diff options
author | Jon Smirl <jonsmirl@yahoo.com> | 2004-07-08 20:18:10 +0000 |
---|---|---|
committer | Jon Smirl <jonsmirl@yahoo.com> | 2004-07-08 20:18:10 +0000 |
commit | 6e4bf5ead5a342426020a1d48d93b8deae2a9e73 (patch) | |
tree | c7dcc77abf13b220b1f883b4c2e458199cb62355 | |
parent | 8696e71db2d79eb318c00abde625d7b61d6800a1 (diff) |
Add two items to Makefile clean XFree86 bug: Reported by: Submitted by:
Reviewed by: Obtained from:
-rw-r--r-- | linux-core/Makefile | 4 | ||||
-rw-r--r-- | linux/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/linux-core/Makefile b/linux-core/Makefile index 28965e4b..3d56c96c 100644 --- a/linux-core/Makefile +++ b/linux-core/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 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 |