summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-10-12 11:15:44 +0000
committerEric Anholt <anholt@freebsd.org>2005-10-12 11:15:44 +0000
commita16dabd05ee7ec97877f07bd40ed83c01e72fc22 (patch)
tree6ac82ca391cee7721f226287d39903939757882c /ChangeLog
parentb819c8378fbf29f185332e8435a80eb35991cd1f (diff)
Remove an RM line that appears unnecessary and was breaking the build at
xf86DefModeSet.c with FreeBSD make, where RM was undefined. While here, make the build of xf86DefModeSet.c depend on its sources, so it'll rebuild properly, and make it a normal CLEANFILE rather than a DISTCLEANFILE, since the intention seems to be to build it at the user's build time.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 89d275bf8..d6b4eb40f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-10-12 Eric Anholt <anholt@FreeBSD.org>
+
+ * hw/xfree86/common/Makefile.am:
+ Remove an RM line that appears unnecessary and was breaking the build
+ at xf86DefModeSet.c with FreeBSD make, where RM was undefined. While
+ here, make the build of xf86DefModeSet.c depend on its sources, so it'll
+ rebuild properly, and make it a normal CLEANFILE rather than a
+ DISTCLEANFILE, since the intention seems to be to build it at the user's
+ build time.
+
2005-10-11 Kevin E. Martin <kem-at-freedesktop-dot-org>
* hw/darwin/Makefile.am: