From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2134) id B259A3858CD1; Wed, 20 Dec 2023 22:13:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B259A3858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1703110430; bh=LjKN6o3AtmjnwzGKDEOB3Hb9pVmoaX2GfrpvSMnkfAU=; h=From:To:Subject:Date:From; b=ZLIGAxsfZ/l7EuPlwWdaLaGbXjRw0JaW3s37vDm8xqXhdhy3tBldKgp8lippboeeh l3uyQjjhp38HlCZphL4r5Fl5sUrH1KO3WsT1b89O+HOQRzpFhzUzdm5/civpeYwoCr +SqNyrc2K73bhSvfuguBRYZ8GJccE4HSUYWVmTw8= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jeff Johnston To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] Regenarate libgloss/Makefile.in X-Act-Checkin: newlib-cygwin X-Git-Author: Jeff Johnston X-Git-Refname: refs/heads/master X-Git-Oldrev: 73bce6597c3de790750b80c2b705bf20172516d4 X-Git-Newrev: 5fa3b84da08f8dc03ee55c58cfc63e9b4450285a Message-Id: <20231220221350.B259A3858CD1@sourceware.org> Date: Wed, 20 Dec 2023 22:13:50 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D5fa3b84da08= f8dc03ee55c58cfc63e9b4450285a commit 5fa3b84da08f8dc03ee55c58cfc63e9b4450285a Author: Jeff Johnston Date: Wed Dec 20 17:13:18 2023 -0500 Regenarate libgloss/Makefile.in Diff: --- libgloss/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libgloss/Makefile.in b/libgloss/Makefile.in index 7c7ad68dc..c35f260ee 100644 --- a/libgloss/Makefile.in +++ b/libgloss/Makefile.in @@ -899,8 +899,7 @@ includetooldir =3D $(tooldir)/include includetool_DATA =3D $(am__append_16) includesystooldir =3D $(tooldir)/include/sys includesystool_DATA =3D $(am__append_17) -@NEED_TOP_INCLUDE_DIR_FALSE@AM_CPPFLAGS =3D=20 -@NEED_TOP_INCLUDE_DIR_TRUE@AM_CPPFLAGS =3D -idirafter $(srcroot)/include +AM_CPPFLAGS =3D -idirafter $(srcroot)/include =20 # A fake library so automake will generate rules for plain objects that we= want # to install (e.g. our crt0.o objects).