From 2f7adfdcfed5f8f9d438805cc583a3254c63c2d8 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Thu, 19 Sep 2002 17:34:34 +0000 Subject: Add gnu obstack support. I still need to implement the obstack_printf and obstack_vprintf, but at least now the reiserfsprogs build. --- libc/misc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/Makefile') 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 -- cgit v1.2.3