diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-29 14:14:45 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-29 14:14:45 +0000 |
commit | f498888930d2e1ba4a1cdf60760df9584ff1eaa6 (patch) | |
tree | af3c840311ce72dc9b92807fef3ec4f6cf4c005d /Makefile.in | |
parent | 657f68a8f714863321c29dd23aa18f0d5ab40d65 (diff) | |
download | uClibc-alpine-f498888930d2e1ba4a1cdf60760df9584ff1eaa6.tar.bz2 uClibc-alpine-f498888930d2e1ba4a1cdf60760df9584ff1eaa6.tar.xz |
- pull r24593:24596 from trunk
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 30d7ffc40..ef81ce36b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -310,6 +310,7 @@ 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 endif ifneq ($(UCLIBC_HAS_EPOLL),y) # Remove epoll.h since epoll_*() were disabled upon request |