diff options
author | Brice Goglin <bgoglin@debian.org> | 2007-12-19 08:44:46 +0100 |
---|---|---|
committer | Brice Goglin <bgoglin@debian.org> | 2007-12-19 08:44:46 +0100 |
commit | 5d03d8bb56b4363eb8377c549a45119eae15e5f7 (patch) | |
tree | 2b454ee135c7c75e52e0bd0c8dc70896485218e3 /Makefile.in | |
parent | f0af0d1367e5d7b780875754a0f9c3b80a0245f4 (diff) | |
download | xf86-video-ati-frc-5d03d8bb56b4363eb8377c549a45119eae15e5f7.tar.gz xf86-video-ati-frc-5d03d8bb56b4363eb8377c549a45119eae15e5f7.tar.bz2 |
New upstream snapshot
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index a804cae..39bdeff 100644 --- a/Makefile.in +++ b/Makefile.in @@ -682,6 +682,8 @@ uninstall-am: @BUILD_LINUXDOC_TRUE@README.r128: README.r128.sgml @BUILD_LINUXDOC_TRUE@ $(MAKE_TEXT) README.r128.sgml && mv README.r128.txt README.r128 +.PHONY: ChangeLog + ChangeLog: (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) |