From f89c67d20b3014038d023f8b686a3df2c797bd9f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 8 Mar 2001 16:49:37 +0000 Subject: Add in wordexp support (mostly stubbed out for now) since the busybox shell, lash, is about to start using wordexp. -Erik --- 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 ae61b13a7..6334bcf15 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -25,7 +25,8 @@ include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a -DIRS = assert crypt ctype fnmatch glob internals lsearch mntent syslog shm time utmp tsearch +DIRS = assert crypt ctype fnmatch glob internals lsearch mntent syslog shm \ + time utmp tsearch #wordexp # regex bombs out with an internal compiler error using m68k-pic-coff-gcc. ifneq ($(TARGET_ARCH),m68k) -- cgit v1.2.3