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

Collapse All | Expand All

(-)mp3val-0.1.8-src/Makefile.linux~ (-2 lines)
Lines 1-5 Link Here
1
CXXFLAGS=-Wall -O2
2
3
mp3val: main.o mpegparse.o out.o report.o crossapi.o crc.o
1
mp3val: main.o mpegparse.o out.o report.o crossapi.o crc.o
4
	$(CXX) $(CXXFLAGS) $^ -o $@
2
	$(CXX) $(CXXFLAGS) $^ -o $@
5
3

Return to bug 318315