Skip to content

Commit

Permalink
Fix: Removed non-existent arch folder from Make
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlWachter committed May 30, 2024
1 parent 2566c6e commit 50b03d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions newlib/libc/sys/hermit/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,4 @@ install-data-local:
$(mkinstalldirs) $(DESTDIR)$(tooldir)/include/netinet; \
for i in $(srcdir)/include/netinet/*.h; do \
$(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/netinet/`basename $$i`; \
done; \
$(mkinstalldirs) $(DESTDIR)$(tooldir)/include/arch; \
for i in $(srcdir)/include/arch/*.h; do \
$(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/arch/`basename $$i`; \
done;
done;
4 changes: 0 additions & 4 deletions newlib/libc/sys/hermit/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -674,10 +674,6 @@ install-data-local:
for i in $(srcdir)/include/netinet/*.h; do \
$(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/netinet/`basename $$i`; \
done; \
$(mkinstalldirs) $(DESTDIR)$(tooldir)/include/arch; \
for i in $(srcdir)/include/arch/*.h; do \
$(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/arch/`basename $$i`; \
done; \

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
Expand Down

0 comments on commit 50b03d9

Please sign in to comment.