summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortsi <tsi>2001-03-03 22:03:43 +0000
committertsi <tsi>2001-03-03 22:03:43 +0000
commit7566aefb4689b66b097fc9fa256dac2cb5961214 (patch)
treecc90890266bda5b2b4dae702b74ad338ad177300 /Makefile
parent8e9b0e198b5173ccf25e84a51285ad7868d6a546 (diff)
Change `make distclean` to remove version.def file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8c75d4bd4..d97fc2c57 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
-# $XFree86: xc/Makefile,v 3.19 2001/01/22 22:23:29 dawes Exp $
+# $XFree86: xc/Makefile,v 3.20 2001/01/24 17:28:53 tsi Exp $
# Luna users will need to either run make as "make MAKE=make"
# or add "MAKE = make" to this file.
@@ -184,7 +184,7 @@ dangerous_strip_clean:
$(MAKE_CMD) $@
distclean:
$(MAKE_CMD) $@
- $(RM) xmakefile
+ $(RM) xmakefile $(IRULESRC)/version.def
depend:
$(MAKE_CMD) $@
Everything: