diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-22 12:53:04 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-22 12:53:04 +0000 |
commit | ff3b3d82781300d48abec8a4a1600e7486663705 (patch) | |
tree | b78f4d2ef348be8c78f1325bfc045058b2c7600c /Makefile | |
parent | ef0aab352c3ac1b0670211dac93c0802b2ef046d (diff) | |
download | glibc-ff3b3d82781300d48abec8a4a1600e7486663705.tar.gz |
Move __STDC_* predefined macros from features.h to stdc-predef.h.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ endif # $(AUTOCONF) = no $(addprefix install-, no-libc.a bin lib data headers others) headers := limits.h values.h features.h gnu-versions.h bits/libc-lock.h \ - bits/xopen_lim.h gnu/libc-version.h + bits/xopen_lim.h gnu/libc-version.h stdc-predef.h echo-headers: subdir_echo-headers |