Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 90162
Collapse All | Expand All

(-)Makefile.in (-1 / +1 lines)
Lines 40-46 Link Here
40
.SUFFIXES: .c .o
40
.SUFFIXES: .c .o
41
41
42
.c.o:
42
.c.o:
43
	${CC} ${CFLAGS} -o $@ -c $<
43
	${CC} ${CFLAGS} -fPIC -o $@ -c $<
44
44
45
check: all
45
check: all
46
	./test
46
	./test

Return to bug 90162