mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +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 eb62ec3fbe3982f5f16561675fd0820d4313a0b4 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
|
||||
CLEANFILES = ct-ng bash-completion/ct-ng docs/ct-ng.1
|
||||
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
|
||||
compdir = @BASH_COMPLETION_DIR@
|
||||
|
Loading…
x
Reference in New Issue
Block a user