From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id EFD483858D20; Tue, 30 May 2023 11:53:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EFD483858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1685447634; bh=eKSJ/C/SCpKB2Xf5ku6FMDcqTg37F/Qya+KNVLgr6aA=; h=From:To:Subject:Date:From; b=Ry+yHEXyGPX3waMkqMdjoZVNJZmVtGd8UT7wW1YOXke7wvIIjsFXnCglu957VhQeb fEK0Ogvup1AhQ8oFKou7C17mv1y1ggtxx8mI+1aBr/4hsGCScW7TwmgMPaUBaCBYYM DcWWM28aOWN+YspJ5dh0WMdjQa271GmCdKCxruWg= 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] io: Re-flow and sort multiline Makefile definitions X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/master X-Git-Oldrev: d0f07f7df8d9758c838674b70144ac73bcbd1634 X-Git-Newrev: 1512599694d0ead4394c0950525fdab09332faf5 Message-Id: <20230530115354.EFD483858D20@sourceware.org> Date: Tue, 30 May 2023 11:53:54 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1512599694d0ead4394c0950525fdab09332faf5 commit 1512599694d0ead4394c0950525fdab09332faf5 Author: Adhemerval Zanella Date: Wed May 24 15:09:26 2023 -0300 io: Re-flow and sort multiline Makefile definitions Diff: --- io/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/Makefile b/io/Makefile index 6b58728e90..db886ca26f 100644 --- a/io/Makefile +++ b/io/Makefile @@ -18,7 +18,7 @@ # # Sub-makefile for I/O portion of the library. # -subdir := io +subdir := io include ../Makeconfig