瀏覽代碼

Hmm. Seems I left wordexp off. oops.

Eric Andersen 24 年之前
父節點
當前提交
8c9e706626
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)