From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 2F142385840C; Tue, 4 Oct 2022 12:55:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2F142385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1664888148; bh=r5KbbCgbnr4Xjc9oZPpjVEI1VmcyZrgbWiwmkIVBqfw=; h=From:To:Subject:Date:From; b=w7KJGBaNaWhpR4QJFHRpvinrZhboQ4o9CZA4uSLumvnDX2RoK2nLEGXBkFCLgpGum h25TzkIcYBXFGPUn9IqAisTsUBKTD3cSYAUv2rlq74nkSsBZxEeuNPY40DD0fukV22 XvGyOintbTccEy02Gzh8BaTA/tPhmoixiDlzsyII= 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: 7866bdadcfccc23eb8cceea244b73d3378d81991 X-Git-Newrev: 8f56150518b4dbb212304d525153a8b5d9e284f3 Message-Id: <20221004125548.2F142385840C@sourceware.org> Date: Tue, 4 Oct 2022 12:55:48 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8f56150518b4dbb212304d525153a8b5d9e284f3 commit 8f56150518b4dbb212304d525153a8b5d9e284f3 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 09c0cf8357..c311cb363f 100644 --- a/Makerules +++ b/Makerules @@ -1163,8 +1163,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)/%: \