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

Collapse All | Expand All

(-)tools/Makefile.orig (-1 / +1 lines)
Lines 9-15 Link Here
9
all : $(TARGET)
9
all : $(TARGET)
10
10
11
$(TARGET) : $(OBJ)
11
$(TARGET) : $(OBJ)
12
	cc $(LIBS) -o $@ $^
12
	cc -o $@ $^ $(LIBS)
13
13
14
install : $(TARGET)
14
install : $(TARGET)
15
	install --mode=755 --strip $(TARGET) $(INSTDIR)
15
	install --mode=755 --strip $(TARGET) $(INSTDIR)

Return to bug 248403