public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Alexey Lapshin <alexey.lapshin@espressif.com>
To: "newlib@sourceware.org" <newlib@sourceware.org>
Cc: "jjohnstn@redhat.com" <jjohnstn@redhat.com>,
	"sebastian.huber@embedded-brains.de"
	<sebastian.huber@embedded-brains.de>
Subject: newlib: fix sys headers installation path
Date: Mon, 11 Sep 2023 12:44:18 +0000	[thread overview]
Message-ID: <d87e2fb91d740ee424a98ecc2ece3262f93153d0.camel@espressif.com> (raw)

---
 newlib/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/newlib/Makefile.am b/newlib/Makefile.am
index e29607ccd..47f0be288 100644
--- a/newlib/Makefile.am
+++ b/newlib/Makefile.am
@@ -334,7 +334,7 @@ install-data-local: install-toollibLIBRARIES install-multi $(INSTALL_DATA_LOCAL)
 	    else true; fi ; \
 	  done ; \
 	  for i in $(call rwildcard,$(srcdir)/libc/sys/$(sys_dir)/include/,*.h); do \
-	    f=`echo $$i | sed s:^$(srcdir)/libc/sys/$(sys_dir)/include/::`; \
+	    f=`echo $$i | sed s:^$(srcdir)/libc/sys/$(sys_dir)/::`; \
 	    $(MKDIR_P) $(DESTDIR)$(tooldir)/`dirname $$f`; \
 	    $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/`dirname $$f`; \
 	  done ; \
-- 
2.34.1


             reply	other threads:[~2023-09-11 12:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-11 12:44 Alexey Lapshin [this message]
2023-09-11 12:45 ` Alexey Lapshin
2023-09-11 12:53   ` [PATCH v2] " Alexey Lapshin
2023-09-11 13:09     ` Sebastian Huber
2023-09-11 13:26       ` Alexey Lapshin
2023-09-13  6:11         ` Sebastian Huber
2023-09-13 13:37           ` Alexey Lapshin
2023-09-18 12:22             ` Sebastian Huber
2023-09-18 15:47               ` Jeff Johnston

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d87e2fb91d740ee424a98ecc2ece3262f93153d0.camel@espressif.com \
    --to=alexey.lapshin@espressif.com \
    --cc=jjohnstn@redhat.com \
    --cc=newlib@sourceware.org \
    --cc=sebastian.huber@embedded-brains.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).