mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-17 16:30:33 +00:00
Makefile:
getlogin.c was missing from the list of sources, and therefore getlogin(3), _getlogin(3), and setlogin(3) were missing from the build.
This commit is contained in:
parent
95aaac5172
commit
e9cd1d1fb9
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Makefile for libc/gen.
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1998/02/19 01:07:21 gdr-ftp Exp $
|
||||
# $Id: Makefile,v 1.10 1998/03/24 16:10:35 gdr-ftp Exp $
|
||||
#
|
||||
|
||||
LIB = c
|
||||
@ -9,7 +9,8 @@ LIBPFX = $(OBJ_DIR)../
|
||||
NO_REZ = true
|
||||
SRC_ASM = setjmp.asm syslog.asm
|
||||
SRC_C = basename.c bmem.c compat.c dirent.c err.c fnmatch.c fts.c \
|
||||
getcwd.c getgrent.c getpass.c getpwent.c getttyent.c hostname.c \
|
||||
getcwd.c getgrent.c getlogin.c getpass.c getpwent.c \
|
||||
getttyent.c hostname.c \
|
||||
oldlog.c popen.c psignal.c pwcache.c scandir.c siglist.c sleep.c \
|
||||
tty.c uname.c utime.c
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user