From ce576068ef16da367a441eda7047cb3b288b8ba1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 4 Oct 2000 21:52:07 +0000 Subject: More sanity yet. --- libc/pwd_grp/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libc/pwd_grp/Makefile') diff --git a/libc/pwd_grp/Makefile b/libc/pwd_grp/Makefile index c05933f3d..efcb9c502 100644 --- a/libc/pwd_grp/Makefile +++ b/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 \ -- cgit v1.2.3