Browse Source

Hmm. Seems I left wordexp off. oops.

Eric Andersen 24 years ago
parent
commit
8c9e706626
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/misc/Makefile

+ 1 - 1
libc/misc/Makefile

@@ -26,7 +26,7 @@ LIBC=$(TOPDIR)libc.a
 
 
 DIRS = assert crypt ctype fnmatch glob internals lsearch mntent syslog shm \
-	time utmp tsearch #wordexp
+	time utmp tsearch wordexp
 
 # regex bombs out with an internal compiler error using m68k-pic-coff-gcc.
 ifneq ($(TARGET_ARCH),m68k)