浏览代码

More sanity yet.

Eric Andersen 24 年之前
父节点
当前提交
ce576068ef
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      libc/pwd_grp/Makefile

+ 1 - 3
libc/pwd_grp/Makefile

@@ -5,9 +5,7 @@
 TOPDIR=../
 include $(TOPDIR)Rules.make
 
-LIBC=../libc.a
-
-#__getgrent.c grent.c getgrnam.c getgrgid.c fgetgrent.c initgroups.c: config-grp.h
+LIBC=$(TOPDIR)libc.a
 
 OBJ=__getpwent.o pwent.o getpwnam.o getpwuid.o putpwent.o getpw.o fgetpwent.o \
 	__getgrent.o grent.o getgrnam.o getgrgid.o fgetgrent.o initgroups.o \