diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-03-15 12:11:37 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-03-15 12:11:37 +0000 |
commit | 4d40c3c17e5165f646b6cec179e6ac4ab51cc9f1 (patch) | |
tree | 87436a08ec1a6d6d9dadee78d1a639ead8d1cd5a /libc/misc/Makefile | |
parent | 8dbb3b0aac021c3ff617c78bd4d1b42ab57d0c01 (diff) |
Support gnu error(), patch contributed by Andrew Ip <aip@cwlinux.com>
Diffstat (limited to 'libc/misc/Makefile')
-rw-r--r-- | libc/misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/misc/Makefile b/libc/misc/Makefile index 6dc65dfab..552ab1800 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -26,7 +26,8 @@ include $(TOPDIR)Rules.mak DIRS = assert ctype dirent file fnmatch glob internals lsearch \ - mntent syslog time utmp tsearch locale sysvipc statfs insremque + mntent syslog time utmp tsearch locale sysvipc statfs \ + error insremque ifeq ($(strip $(INCLUDE_REGEX)),true) DIRS += regex endif |