mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
Overwrite existing symlinks when installing crosstool-NG.
This commit is contained in:
parent
b7d0b6a469
commit
88c16b385e
@ -67,7 +67,7 @@ clean-doc:
|
||||
|
||||
install-bin: $(BINDIR)
|
||||
@install -m 755 ct-ng $(BINDIR)/ct-ng
|
||||
@ln -s $(LIBDIR)/tools/ct-ng.extract-config $(BINDIR)/ct-ng.extract-config
|
||||
@ln -sf $(LIBDIR)/tools/ct-ng.extract-config $(BINDIR)/ct-ng.extract-config
|
||||
|
||||
install-lib: $(LIBDIR) install-lib-main install-lib-samples
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user