87d902672f
${LIB} was wrong at dependency-parsing time, so dependencies for libgcc_r*.a were wrong. This somehow worked right, except libgcc_r*.a were always out of date.
7 lines
75 B
Makefile
7 lines
75 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= gcc_r
|
|
CFLAGS+=-D_PTHREADS
|
|
|
|
.include "../libgcc/Makefile"
|