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

(-)Makefile.orig (-1 / +1 lines)
Lines 7-13 Link Here
7
LDFLAGS+=	-L${PREFIX}/lib/ 
7
LDFLAGS+=	-L${PREFIX}/lib/ 
8
8
9
id3v2:	convert.o list.o id3v2.o genre.o
9
id3v2:	convert.o list.o id3v2.o genre.o
10
	c++ ${LDFLAGS} -pedantic -Wall -lz -lid3 -g -o $@ $^
10
	c++ ${LDFLAGS} -pedantic -Wall -o $@ $^ -lz -lid3
11
11
12
create_map: create_map.o
12
create_map: create_map.o
13
	c++ -Wall -g -o $@ $^
13
	c++ -Wall -g -o $@ $^

Return to bug 131700