diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-16 14:08:09 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-16 14:08:09 +0000 |
commit | cb3b02f51f38f3f1127d382fca721e0cec58642f (patch) | |
tree | 22c7eaaa30a7a9d2aafc0245f90fc8035ddf8052 | |
parent | 3c71e47750ea70d3dfa46490b28740eccf711956 (diff) |
Makefile.in: comment out deletion of include/ucontext.h,
it is included from include/signal.h.
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index bf3608310..dd0856150 100644 --- a/Makefile.in +++ b/Makefile.in @@ -316,7 +316,8 @@ endif ifneq ($(UCLIBC_SUSV3_LEGACY),y) # Remove timeb.h since the LEGACY ftime() was disabled upon request $(RM) $(PREFIX)$(DEVEL_PREFIX)include/sys/timeb.h - $(RM) $(PREFIX)$(DEVEL_PREFIX)include/ucontext.h + # BREAKAGE: include/signal.h uses it, this rm broke bbox compile: + ### $(RM) $(PREFIX)$(DEVEL_PREFIX)include/ucontext.h $(RM) $(PREFIX)$(DEVEL_PREFIX)include/regexp.h endif ifneq ($(UCLIBC_HAS_EPOLL),y) |