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

(-)a/Makefile (-2 / +2 lines)
Lines 74-83 uniutil.lo: uniutil.c unibilium.h Link Here
74
$(LIBRARY): $(OBJECTS)
74
$(LIBRARY): $(OBJECTS)
75
	$(LIBTOOL) --mode=link --tag=CC $(CC) $(LDFLAGS) -rpath '$(LIBDIR)' -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -o $@ $^
75
	$(LIBTOOL) --mode=link --tag=CC $(CC) $(LDFLAGS) -rpath '$(LIBDIR)' -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -o $@ $^
76
76
77
tools/%: $(LIBRARY) tools/%.lo
77
tools/%: $(LIBRARY) $(OBJECTS) tools/%.lo
78
	$(LIBTOOL) --mode=link --tag=CC $(CC) $(LDFLAGS) -o $@ $^
78
	$(LIBTOOL) --mode=link --tag=CC $(CC) $(LDFLAGS) -o $@ $^
79
79
80
%.t: $(LIBRARY) %.lo
80
%.t: $(LIBRARY) $(OBJECTS) %.lo
81
	$(LIBTOOL) --mode=link --tag=CC $(CC) $(LDFLAGS) -o $@ $^
81
	$(LIBTOOL) --mode=link --tag=CC $(CC) $(LDFLAGS) -o $@ $^
82
82
83
.PHONY: build-tools
83
.PHONY: build-tools

Return to bug 778230