diff options
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 |