From 4d40c3c17e5165f646b6cec179e6ac4ab51cc9f1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 15 Mar 2002 12:11:37 +0000 Subject: Support gnu error(), patch contributed by Andrew Ip --- libc/misc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/misc/Makefile') 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 -- cgit v1.2.3