From e547d07a488ab17397217e2a57594c78bf747373 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 4 Nov 2000 04:37:24 +0000 Subject: More cleanups. Fix things so tinylogin compiles. Fix a bug in getdelim -- patch from David Whedon . --- libc/misc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libc/misc/Makefile') diff --git a/libc/misc/Makefile b/libc/misc/Makefile index 7ff8da188..dcd40319c 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -20,12 +20,12 @@ # other sundry sources. Files within this library are copyright by their # respective copyright holders. +TOPDIR=../ +include $(TOPDIR)Rules.mak +LIBC=$(TOPDIR)libc.a -DIRS = assert crypt fnmatch glob internals lsearch mntent syslog regex shm time -ifeq ($(USE_CTYPE_C_FUNCTIONS),true) - DIRS+=ctype -endif +DIRS = assert crypt ctype fnmatch glob internals lsearch mntent syslog regex shm time all: libc.a -- cgit v1.2.3