comparison mp3lib/Makefile @ 22536:b19e2fb20a41

Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency.
author diego
date Tue, 13 Mar 2007 22:19:18 +0000
parents 090ec2169aee
children fffc3a54fd66
comparison
equal deleted inserted replaced
22535:3945d813e573 22536:b19e2fb20a41
1 include ../config.mak 1 include ../config.mak
2 2
3 LIBNAME_COMMON = libMP3.a 3 LIBNAME_COMMON = libmp3.a
4 4
5 ifeq ($(TARGET_ARCH_SGI_MIPS),yes) 5 ifeq ($(TARGET_ARCH_SGI_MIPS),yes)
6 OPTFLAGS := $(OPTFLAGS:-O4=-O0) 6 OPTFLAGS := $(OPTFLAGS:-O4=-O0)
7 endif 7 endif
8 8