On 03/31/12 13:58, Bruce Korb wrote:
On 03/31/12 13:44, Bruce Korb wrote:
I didn't see it at first because of the comment that made it look like
something different from the "installcheck-am" rule. The problem
is a *partially* commented out maintainer-clean rule.
installcheck-am:
#maintainer-clean: maintainer-clean-recursive
-rm -rf ./$(DEPDIR)
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
My solution:
Put the ``@am__include@ @am__quote@./$(DEPDIR)/stamp-fork.d@am__quote@''
lines inside the "if AMDEP" and remove the "@AMDEP_TRUE@" prefix.
The hash character is then removed and the "rm" commands become part
of the "maintainer-clean" rule.
automake solution: either leave the rule in or remove the entire rule, please.
Thank you! Regards, Bruce