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

(-)Makefile.old (-2 / +2 lines)
Lines 39-48 Link Here
39
all: ttmkfdir
39
all: ttmkfdir
40
40
41
.cpp.o:
41
.cpp.o:
42
	libtool --mode=compile $(CXX) $(CXXFLAGS) -o $@ -c $^
42
	libtool --mode=compile --tag=CXX $(CXX) $(CXXFLAGS) -o $@ -c $^
43
43
44
ttmkfdir: ttmkfdir.o directory.o commandline.o ttf.o encoding.o parser.o builtin.o
44
ttmkfdir: ttmkfdir.o directory.o commandline.o ttf.o encoding.o parser.o builtin.o
45
	libtool --mode=link $(CXX) -o $@ $^ $(LDFLAGS)
45
	libtool --mode=link --tag=CXX $(CXX) -o $@ $^ $(LDFLAGS)
46
46
47
parser.cpp: encoding.l
47
parser.cpp: encoding.l
48
	    flex -i -8 -o$@ $<
48
	    flex -i -8 -o$@ $<

Return to bug 75275