diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2023-12-20 17:13:18 -0500 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2023-12-20 17:13:18 -0500 |
commit | 5fa3b84da08f8dc03ee55c58cfc63e9b4450285a (patch) | |
tree | 4c838bfe4e01f3314d8f240fcaad50c84d2591f7 /libgloss | |
parent | 73bce6597c3de790750b80c2b705bf20172516d4 (diff) | |
download | newlib-5fa3b84da08f8dc03ee55c58cfc63e9b4450285a.zip newlib-5fa3b84da08f8dc03ee55c58cfc63e9b4450285a.tar.gz newlib-5fa3b84da08f8dc03ee55c58cfc63e9b4450285a.tar.bz2 |
Regenarate libgloss/Makefile.in
Diffstat (limited to 'libgloss')
-rw-r--r-- | libgloss/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libgloss/Makefile.in b/libgloss/Makefile.in index 7c7ad68..c35f260 100644 --- a/libgloss/Makefile.in +++ b/libgloss/Makefile.in @@ -899,8 +899,7 @@ includetooldir = $(tooldir)/include includetool_DATA = $(am__append_16) includesystooldir = $(tooldir)/include/sys includesystool_DATA = $(am__append_17) -@NEED_TOP_INCLUDE_DIR_FALSE@AM_CPPFLAGS = -@NEED_TOP_INCLUDE_DIR_TRUE@AM_CPPFLAGS = -idirafter $(srcroot)/include +AM_CPPFLAGS = -idirafter $(srcroot)/include # A fake library so automake will generate rules for plain objects that we want # to install (e.g. our crt0.o objects). |