Silence build output

Do not pass CPPFLAGS twice
This commit is contained in:
Carsten Teibes
2020-05-16 02:58:04 +02:00
parent e929326a3b
commit 6f8e67656e
31 changed files with 125 additions and 126 deletions

View File

@@ -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 $@