diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2002-09-19 17:34:34 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2002-09-19 17:34:34 +0000 |
commit | 2f7adfdcfed5f8f9d438805cc583a3254c63c2d8 (patch) | |
tree | 21245547d885a8c0f8ffce03e064c91b46d801f7 /libc/misc/Makefile | |
parent | c547e924ad577625dc6c14f3b7fea965b5d74be0 (diff) | |
download | uClibc-alpine-2f7adfdcfed5f8f9d438805cc583a3254c63c2d8.tar.bz2 uClibc-alpine-2f7adfdcfed5f8f9d438805cc583a3254c63c2d8.tar.xz |
Add gnu obstack support. I still need to implement the obstack_printf
and obstack_vprintf, but at least now the reiserfsprogs build.
Diffstat (limited to 'libc/misc/Makefile')
-rw-r--r-- | libc/misc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/Makefile b/libc/misc/Makefile index 7e9d1ec59..8278a5767 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -27,7 +27,7 @@ include $(TOPDIR)Rules.mak DIRS = assert ctype dirent file fnmatch glob internals lsearch \ mntent syslog time utmp tsearch locale sysvipc statfs \ - error insremque ttyent + error insremque ttyent gnu ifeq ($(strip $(INCLUDE_REGEX)),true) DIRS += regex endif |