mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-24 04:32:36 +00:00
Silence build output
Do not pass CPPFLAGS twice
This commit is contained in:
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user