diff options
-rw-r--r-- | libc/pwd_grp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 \ |