diff options
author | Dave Airlie <airlied@linux.ie> | 2006-08-25 10:05:44 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-08-25 10:05:44 +1000 |
commit | 6d2028b84ff2b82c849b74776258f8e52c952e36 (patch) | |
tree | cb9083584edc36adf12437802ffe38f6ccdedcde | |
parent | e90c6feddbcd719fda3bbc3d48fd55045e9d5adc (diff) |
and of course it takes two commits to do a simple commitati-6_6_2
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4e4b08d..c51060a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,6 +35,6 @@ EXTRA_DIST = README.ati README.r128 README.ati.sgml README.r128.sgml ChangeLog # Always regenerate the changelog CLEANFILES = ChangeLog ChangeLog: FORCE - git-log > ChangeLog + git-log > ChangeLog FORCE: |