This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] use configured install command


# HG changeset patch
# User Martin Nowak <dawg@dawgfoto.de>
# Date 1353317648 -3600
# Node ID d1e251600fe44813e5e531ed079ca23dda546061
# Parent  f7a40ba0b651197c0d0bceb5a4aecdce77243a18
use configured install command

diff -r f7a40ba0b651 -r d1e251600fe4 Makefile.in
--- a/Makefile.in Tue Nov 06 17:42:39 2012 +0100
+++ b/Makefile.in Mon Nov 19 10:34:08 2012 +0100
@@ -349,7 +349,7 @@
@echo " INST 'kconfig/'"
@mkdir -p "$(DESTDIR)$(libdir)/kconfig"
@for f in $(KCONFIG_FILES); do \
- install "kconfig/$${f}" "$(DESTDIR)$(libdir)/kconfig/$${f}"; \
+ $(install) "kconfig/$${f}" "$(DESTDIR)$(libdir)/kconfig/$${f}"; \
done


install-doc: $(DESTDIR)$(docdir)


-- For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]