[PATCH] use configured install command

Martin Nowak ml@dawgfoto.de
Mon Nov 19 09:58:00 GMT 2012


# 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



More information about the crossgcc mailing list