From 9dca7ab976c7f003f18c839a4fd9b095e1d4fcd9 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 15 Nov 2009 19:45:27 -0500 Subject: [PATCH] Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 ChangeLog filename is known to Automake and requires no further coding in the makefile. --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index f2265cc..ee03b59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,9 +11,6 @@ renderdoc_DATA = renderproto.txt EXTRA_DIST = renderproto.pc.in $(renderdoc_DATA) -EXTRA_DIST += ChangeLog -MAINTAINERCLEANFILES = ChangeLog - .PHONY: ChangeLog INSTALL INSTALL: