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

(-)wireless_tools.30~orig/Makefile (-1 / +1 lines)
Lines 139-145 Link Here
139
139
140
# Always do symbol stripping here
140
# Always do symbol stripping here
141
iwmulticall: iwmulticall.o
141
iwmulticall: iwmulticall.o
142
	$(CC) $(LDFLAGS) -Wl,-s $(XCFLAGS) -o $@ $^ $(LIBS)
142
	$(CC) $(LDFLAGS) $(XCFLAGS) -o $@ $^ $(LIBS)
143
143
144
# It's a kind of magic...
144
# It's a kind of magic...
145
wireless.h:
145
wireless.h:

Return to bug 262944