Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 46 → Rev 47

/shark/trunk/libc/stdlib/makefile
21,7 → 21,9
realloc.c \
strtod.c \
strtol.c \
strtoul.c
strtoul.c \
qsort.c \
bsearch.c
 
 
OBJS= $(patsubst %.c,%.o,$(SRCS))