mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
Do not process 'packages' folder twice
The folder 'packages' is processed in bootstrap, so there is no
need to process it again in Makefile.
This fixes a regression introduced in eb62ec3fbe
Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
This commit is contained in:
parent
f064a63c6f
commit
981043dc88
@ -8,7 +8,7 @@ SUBDIRS = kconfig
|
|||||||
bin_SCRIPTS = ct-ng
|
bin_SCRIPTS = ct-ng
|
||||||
CLEANFILES = ct-ng bash-completion/ct-ng docs/ct-ng.1
|
CLEANFILES = ct-ng bash-completion/ct-ng docs/ct-ng.1
|
||||||
EXTRA_DIST = bootstrap ct-ng.in bash-completion/ct-ng.in \
|
EXTRA_DIST = bootstrap ct-ng.in bash-completion/ct-ng.in \
|
||||||
docs/ct-ng.1.in packages maintainer testing
|
docs/ct-ng.1.in maintainer testing
|
||||||
|
|
||||||
if INSTALL_BASH_COMPLETION
|
if INSTALL_BASH_COMPLETION
|
||||||
compdir = @BASH_COMPLETION_DIR@
|
compdir = @BASH_COMPLETION_DIR@
|
||||||
|
Loading…
Reference in New Issue
Block a user