mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-25 04:54:59 +00:00
Silence build output
Do not pass CPPFLAGS twice
This commit is contained in:
@@ -8,7 +8,7 @@ RANLIB = @PSP_RANLIB@
|
||||
|
||||
CPPFLAGS = -I$(top_srcdir)/src/base -I$(top_srcdir)/src/kernel
|
||||
CFLAGS = @PSPSDK_CFLAGS@
|
||||
CCASFLAGS = $(CFLAGS) -I$(top_srcdir)/src/base -I$(top_srcdir)/src/kernel
|
||||
CCASFLAGS = $(CFLAGS)
|
||||
|
||||
MP3_OBJS = sceMp3_0000.o sceMp3_0001.o sceMp3_0002.o sceMp3_0003.o sceMp3_0004.o sceMp3_0005.o sceMp3_0006.o sceMp3_0007.o sceMp3_0008.o sceMp3_0009.o sceMp3_0010.o sceMp3_0011.o sceMp3_0012.o sceMp3_0013.o sceMp3_0014.o sceMp3_0015.o sceMp3_0016.o sceMp3_0017.o sceMp3_0018.o sceMp3_0019.o
|
||||
|
||||
@@ -22,4 +22,4 @@ libpspmp3_a_SOURCES = sceMp3.S
|
||||
libpspmp3_a_LIBADD = $(MP3_OBJS)
|
||||
|
||||
$(MP3_OBJS): sceMp3.S
|
||||
$(COMPILE) -DF_$* $< -c -o $@
|
||||
$(AM_V_CPPAS)$(CPPASCOMPILE) -DF_$* $< -c -o $@
|
||||
|
||||
Reference in New Issue
Block a user