Makefile:

added swab.c to build list
This commit is contained in:
gdr-ftp 1999-09-01 01:02:13 +00:00
parent 8cdc379e42
commit accedc8b02
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
# #
# gno/lib/libc/string/Makefile # gno/lib/libc/string/Makefile
# #
# $Id: Makefile,v 1.6 1998/02/19 01:07:47 gdr-ftp Exp $ # $Id: Makefile,v 1.7 1999/09/01 01:02:13 gdr-ftp Exp $
# #
LIB = c LIB = c
LIBPFX = $(OBJ_DIR)../ LIBPFX = $(OBJ_DIR)../
NO_REZ = true NO_REZ = true
SRCS = case.c str.c strerror.c SRCS = case.c str.c strerror.c swab.c
.INCLUDE: /src/gno/lib/lib.mk .INCLUDE: /src/gno/lib/lib.mk