[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: No rule to make target 'bzr.mk', needed by 'all-am'
From: |
Sascha Manns |
Subject: |
Re: No rule to make target 'bzr.mk', needed by 'all-am' |
Date: |
Fri, 29 Sep 2017 17:19:24 +0200 |
Am Freitag, den 29.09.2017, 16:26 +0200 schrieb Sascha Manns:
> Hello list,
>
> i have a project what provides a file called "bzr.mk". This isnt
> generated and should just installed in $(datadir)/bzrmk.
> ...
> But while building the package i'm getting:
> Making all in src
> make[3]: Entering directory '/build/bzrmk-1.2.1/src'
> make[3]: *** No rule to make target 'bzr.mk', needed by 'all-
> am'. Stop.
> make[3]: Leaving directory '/build/bzrmk-1.2.1/src'
> Makefile:464: recipe for target 'all-recursive' failed
I found it out. I'll did the from a tarball, generated with make dist.
Now i changed the src/Makefile.am, and included the bzr.mk in
EXTRA_DIST.
Now the build works :-)
Greetings
Sascha