https://bugs.kde.org/show_bug.cgi?id=472402

--- Comment #6 from John Reiser <jrei...@bitwagon.com> ---
(In reply to Paul Floyd from comment #5)

> I always run autogen.sh whenever a Makefile.am changes

So the Makefile has two missing dependencies:
all: Makefile

Makefile: Makefile.am
        ./autogen.sh

and then the documentation for "$ info make", section 3.5 "How Makefiles Are
Remade",
says that the Makefile will be automatically re-read so that the invoking
"make"
will use the new Makefile.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to