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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- Makefile
0
++ Makefile
Lines 75-81 Link Here
75
	$(CC) -c $(CFLAGS) $(INC) $< -o $@
75
	$(CC) -c $(CFLAGS) $(INC) $< -o $@
76
76
77
yacc: $(OBJ)
77
yacc: $(OBJ)
78
	$(CC) -o yacc $(OBJ)
78
	$(CC) $(LDFLAGS) -o yacc $(OBJ)
79
	@echo "done"
79
	@echo "done"
80
80
81
clean:
81
clean:

Return to bug 366459