diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-05-24 15:09:26 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-05-30 08:44:01 -0300 |
commit | 1512599694d0ead4394c0950525fdab09332faf5 (patch) | |
tree | 6c11368d068631d8f06ca2457c9d6ba6f48fb34c /io | |
parent | d0f07f7df8d9758c838674b70144ac73bcbd1634 (diff) | |
download | glibc-1512599694d0ead4394c0950525fdab09332faf5.tar glibc-1512599694d0ead4394c0950525fdab09332faf5.tar.gz glibc-1512599694d0ead4394c0950525fdab09332faf5.tar.bz2 glibc-1512599694d0ead4394c0950525fdab09332faf5.zip |
io: Re-flow and sort multiline Makefile definitions
Diffstat (limited to 'io')
-rw-r--r-- | io/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |