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

(-)Makefile.in~ (-1 / +1 lines)
Lines 31-37 Link Here
31
31
32
32
33
$(TARGET):	$(OFILES)
33
$(TARGET):	$(OFILES)
34
		$(CC) $(CPPFLAGS) -o $(TARGET) $(OFILES) $(LIBS)
34
		$(CC) $(LDFLAGS) $(CPPFLAGS) -o $(TARGET) $(OFILES) $(LIBS)
35
35
36
clean:
36
clean:
37
		- /bin/rm -f *.o *.a *.core *~
37
		- /bin/rm -f *.o *.a *.core *~

Return to bug 331103