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

@@ -13,7 +13,7 @@ CPPFLAGS = -I$(top_srcdir)/src/base \
-I$(top_srcdir)/src/user \
-I$(top_srcdir)/src/ctrl
CFLAGS = @PSPSDK_CFLAGS@
CCASFLAGS = $(CFLAGS) $(CPPFLAGS)
CCASFLAGS = $(CFLAGS)
SCRPRINT_OBJS = pspDebugScreenInit.o pspDebugScreenPrintf.o pspDebugScreenKprintf.o
@@ -47,4 +47,4 @@ libpspgdb_kernel_a_SOURCES = gdb-kernellib.c
libpspdebugkb_a_SOURCES = pspdebugkb.c
$(SCRPRINT_OBJS): scr_printf.c
$(COMPILE) -DF_$* $< -c -o $@
$(AM_V_CPPAS)$(CPPASCOMPILE) -DF_$* $< -c -o $@