diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-26 22:08:42 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-10-26 22:08:42 -0400 |
commit | 1ca6aefa6690930b336490525f5ed515ddad26ac (patch) | |
tree | a0f9b1a1b1892121901736458ba0c95a1a56d367 | |
parent | 1c158db62ad2c7584d88e840f3c7fe151de84150 (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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 545fa16..e3ea72b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,8 +33,6 @@ lint: (cd src && $(MAKE) $(MFLAGS) lint) endif LINT -EXTRA_DIST += ChangeLog -MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog |