summaryrefslogtreecommitdiff
path: root/libc/misc/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-19 21:51:29 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-19 21:51:29 +0000
commit91a034c61a32ebd6601fb8b894127d43b817f5fc (patch)
tree9f8cf05b7a61fe9d51651d4476dafc9235cc1552 /libc/misc/Makefile
parentd777bf75160493485c76754012735e911fbde5e1 (diff)
Add in the sysvipc patch from Michael Shmulevich
Diffstat (limited to 'libc/misc/Makefile')
-rw-r--r--libc/misc/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/libc/misc/Makefile b/libc/misc/Makefile
index 3bae40b43..47c0edd1e 100644
--- a/libc/misc/Makefile
+++ b/libc/misc/Makefile
@@ -25,14 +25,8 @@ include $(TOPDIR)Rules.mak
LIBC=$(TOPDIR)libc.a
-DIRS = assert crypt ctype fnmatch glob internals lsearch mntent syslog shm \
- time utmp tsearch locale
-
-# regex bombs out with an internal compiler error using m68k-pic-coff-gcc.
-ifneq ($(TARGET_ARCH),m68k)
- DIRS += regex
-endif
-
+DIRS = assert crypt ctype fnmatch glob internals lsearch mntent syslog \
+ time utmp tsearch locale sysvipc
all: libc.a