summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-17 21:44:33 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-17 21:44:33 (GMT)
commitd5db172ef497472211ba081b70b2c8aad8ccbd89 (patch)
tree7841e59e928b43995024aaac3e5f3d66bbc253cd /Makefile.in
parent3f4ac101f2b4392089e68b9307a7773a97d0ce6d (diff)
Revisit the extract-config way of working: ct-ng is the sole entry point to crosstool-NG, and ct-ng.extrac-config no longer exists. You now have to call "ct-ng extractconfig </path/to/your/build.log" instead.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 70541f3..4940eff 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -66,11 +66,9 @@ clean-doc:
#--------------------------------------
# Install rules
-install-bin: install-lib $(BINDIR)
+install-bin: $(BINDIR)
@echo " INST ct-ng"
@install -m 755 ct-ng $(BINDIR)/ct-ng
- @echo " LN 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