diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-10-12 11:15:44 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-10-12 11:15:44 +0000 |
commit | a16dabd05ee7ec97877f07bd40ed83c01e72fc22 (patch) | |
tree | 6ac82ca391cee7721f226287d39903939757882c /ChangeLog | |
parent | b819c8378fbf29f185332e8435a80eb35991cd1f (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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: |