Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 236861 | Differences between
and this patch

Collapse All | Expand All

(-)tc/Makefile.old (-1 / +1 lines)
Lines 83-89 Link Here
83
	rm -f emp_ematch.yacc.output
83
	rm -f emp_ematch.yacc.output
84
84
85
q_atm.so: q_atm.c
85
q_atm.so: q_atm.c
86
	$(CC) $(CFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm
86
	$(CC) $(CFLAGS) $(LDFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm
87
87
88
%.yacc.c: %.y
88
%.yacc.c: %.y
89
	$(YACC) $(YACCFLAGS) -o $@ $<
89
	$(YACC) $(YACCFLAGS) -o $@ $<

Return to bug 236861