From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 3D1763853D2B; Wed, 30 Aug 2023 12:33:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3D1763853D2B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1693398831; bh=anloCgO1HNLCkkAS1ur5aY119QGg0yAoXw01aj///5M=; h=From:To:Subject:Date:From; b=OQJO+fx9BD4wCm1RrbRXYK2iQ+4x8o1KuxpDifO2EPDgiBN7O9AtojROpPsA7msrw /Hde0FY21xOxMiEApn7sZNZrO9+uZ3iVOdFXc7C1Sq+V6c75udfFOE50+ayY0o6gTr XL0aNiGCHs2lOqqF+pCZa7OABLD5GbwzthTH2qBM= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc/azanella/clang] Remove include/*.h install rule X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/azanella/clang X-Git-Oldrev: 14e14d131d84a2c1c144962b00eeb42be4d44c92 X-Git-Newrev: d04d5b8b656dc091710a028091fa1cdffbf5b0c2 Message-Id: <20230830123351.3D1763853D2B@sourceware.org> Date: Wed, 30 Aug 2023 12:33:51 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d04d5b8b656dc091710a028091fa1cdffbf5b0c2 commit d04d5b8b656dc091710a028091fa1cdffbf5b0c2 Author: Adhemerval Zanella Date: Wed Mar 23 16:22:41 2022 -0300 Remove include/*.h install rule Diff: --- Makerules | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makerules b/Makerules index 018780c818..be692d4fcb 100644 --- a/Makerules +++ b/Makerules @@ -1122,8 +1122,6 @@ $(inst_includedir)/%.h: $(common-objpfx)%.h $(+force) $(do-install) $(inst_includedir)/%.h: %.h $(+force) $(do-install) -$(inst_includedir)/%.h: $(..)include/%.h $(+force) - $(do-install) headers-nonh := $(filter-out %.h,$(headers)) ifdef headers-nonh $(addprefix $(inst_includedir)/,$(headers-nonh)): $(inst_includedir)/%: \