diff options
author | Rik Faith <faith@alephnull.com> | 2000-07-19 18:38:41 +0000 |
---|---|---|
committer | Rik Faith <faith@alephnull.com> | 2000-07-19 18:38:41 +0000 |
commit | aed8549e91ade1582505ebce50e4a79d99b4436f (patch) | |
tree | 75fae913a2327facdbd944b373a7e9ebe4ec9c8c /linux/Makefile.linux | |
parent | 7b888f87fa5ec559df97a7e911dd5a3328895f6f (diff) |
Sync with Linux 2.4.0-test4 kernel
Diffstat (limited to 'linux/Makefile.linux')
-rw-r--r-- | linux/Makefile.linux | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/Makefile.linux b/linux/Makefile.linux index ecc196bd..35aee3f0 100644 --- a/linux/Makefile.linux +++ b/linux/Makefile.linux @@ -188,7 +188,9 @@ drmstat: $(PROGOBJS) ChangeLog: @rm -f Changelog @rcs2log -i 2 -r -l \ - | sed 's,@.*alephnull.com,@precisioninsight.com,' > ChangeLog + | sed 's,@.*light,,' \ + | sed 's,/cvsroot/.*/drm/kernel/,,g' \ + > ChangeLog # .o files are used for modules |