diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-11-15 19:45:26 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-15 19:45:26 -0500 |
commit | 1b648b29caea1540abcb0ea7c35c45f749e160b4 (patch) | |
tree | 618343b48735f14e13226afe4a541a056594315d | |
parent | 77eefcd20b38392a75e7c71a7e182dcfcaf3e7c3 (diff) |
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
ChangeLog filename is known to Automake and requires no further
coding in the makefile.
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 731ccc5..2b252f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,10 +6,6 @@ pkgconfig_DATA = dri2proto.pc EXTRA_DIST = dri2proto.pc.in dri2proto.txt -EXTRA_DIST += ChangeLog - -MAINTAINERCLEANFILES = ChangeLog - .PHONY: ChangeLog INSTALL INSTALL: |