Do not override automake ruleamule-svn-r10982
commit09e89cbbef1dcac4f4bdf0f91d888a82e9fa5959
authorupstream svn <svn@amule.org>
Fri, 25 Nov 2016 15:11:25 +0000 (25 15:11 +0000)
committerDévai Tamás <gonosztopi@amule.org>
Fri, 25 Nov 2016 15:48:49 +0000 (25 15:48 +0000)
treeb91ba0a989afd05058da54c4194e1d95e90e3e84
parent311efa37594763170cfe7327f92f4dd3fae7dd64
Do not override automake rule

If a user-defined rule exists for a target, automake will not produce any
automatic rule for that target. By overriding the 'clean' rule we prevented
normal automake behaviour. Instead list the files to be cleaned in the
proper automake variable (CLEANFILES in this case).

This fixes GH issue #79.
.svn-revision
src/libs/ec/Makefile.am
src/libs/ec/Makefile.in