diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2011-03-08 11:39:48 +0100 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2011-03-08 11:39:48 +0100 |
commit | 28bf003710d82135d0fe9f413c1df61c981f903c (patch) | |
tree | 5f6c0d091adb56b2800e0afc5b2dfbcc4eab1edd | |
parent | 07044019e6260991729926645e7d221f38376f9d (diff) |
Revert "buildsys: prefer the form HEADERS_RM-$(<config>)"
This reverts commit 07044019e6260991729926645e7d221f38376f9d.
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index dd88efc9e..995347bf0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -222,6 +222,9 @@ HEADERS_RM- := \ rpc/des_crypt.h \ rpc/key_prot.h \ rpc/rpc_des.h +ifeq ($(UCLIBC_STRICT_HEADERS),y) +HEADERS_RM- += sgtty.h +endif HEADERS_RM-$(HAVE_SHARED) += dlfcn.h bits/dlfcn.h HEADERS_RM-$(PTHREADS_DEBUG_SUPPORT) += thread_db.h HEADERS_RM-$(UCLIBC_HAS_BSD_ERR) += err.h @@ -272,7 +275,6 @@ HEADERS_RM-$(UCLIBC_LINUX_SPECIFIC) += sys/fsuid.h sys/inotify.h sys/pe sys/sysctl.h \ sys/sysinfo.h \ sys/vfs.h -HEADERS_RM-$(UCLIBC_STRICT_HEADERS) += sgtty.h HEADERS_RM-$(UCLIBC_SUPPORT_AI_ADDRCONFIG) += ifaddrs.h HEADERS_RM-$(UCLIBC_SV4_DEPRECATED) += ustat.h sys/ustat.h bits/ustat.h HEADERS_RM-$(UCLIBC_SUSV3_LEGACY) += sys/timeb.h regexp.h |