diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-08-13 10:04:33 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-08-13 10:06:08 +0100 |
commit | 6d1c0e6d28ef61efbfa8f06f13840fd151cfb07e (patch) | |
tree | 6abda33367db4e14643584d16be95d2d7a87a489 /build | |
parent | 1ccd269a3f33684bfbedcd94ad9bca56b1404143 (diff) |
Fix pollution from skia commit
I forgot to proof-read the patch before pushing and forgot I had left in
some damage from trying to get skia to link using libtool.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile.am.changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.am.changelog b/build/Makefile.am.changelog index 861e5318..07e60369 100644 --- a/build/Makefile.am.changelog +++ b/build/Makefile.am.changelog @@ -54,7 +54,7 @@ DISTCLEANFILES += ChangeLog.cache-* ChangeLog.cache-*..: .git -#ChangeLog%: $(srcdir)/ChangeLog% +ChangeLog%: $(srcdir)/ChangeLog% $(srcdir)/ChangeLog.cache-% $(srcdir)/ChangeLog.pre-%: @echo Creating $@ |