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

(-)Makefile.old (-1 / +1 lines)
Lines 39-45 Link Here
39
39
40
# object files
40
# object files
41
$(PROG): $(FILES_OBJ)
41
$(PROG): $(FILES_OBJ)
42
	$(CC) -o $(PROG) $(FILES_OBJ)
42
	$(CC) -o $(PROG) $(FILES_OBJ) $(LDFLAGS)
43
43
44
%.o: %.c
44
%.o: %.c
45
	$(CC) -c $(CFLAGS)  $< -o $@
45
	$(CC) -c $(CFLAGS)  $< -o $@

Return to bug 331057