mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-25 13:04:59 +00:00
Silence build output
Do not pass CPPFLAGS twice
This commit is contained in:
@@ -6,7 +6,7 @@ RANLIB = @PSP_RANLIB@
|
||||
|
||||
CPPFLAGS = -I$(top_srcdir)/src/base -I$(top_srcdir)/src/kernel -I$(top_srcdir)/src/user -I$(top_srcdir)/src/debug
|
||||
CFLAGS = @PSPSDK_CFLAGS@
|
||||
CCASFLAGS = $(CFLAGS) $(CPPFLAGS)
|
||||
CCASFLAGS = $(CFLAGS)
|
||||
|
||||
## Borrow this trick from newlib - create a dummy library to generate build rules.
|
||||
noinst_LIBRARIES = lib.a
|
||||
|
||||
Reference in New Issue
Block a user