public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* newlib: fix sys headers installation path
@ 2023-09-11 12:44 Alexey Lapshin
  2023-09-11 12:45 ` Alexey Lapshin
  0 siblings, 1 reply; 9+ messages in thread
From: Alexey Lapshin @ 2023-09-11 12:44 UTC (permalink / raw)
  To: newlib; +Cc: jjohnstn, sebastian.huber

---
 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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-09-18 15:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-11 12:44 newlib: fix sys headers installation path Alexey Lapshin
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

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).