mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 08:52:40 +01:00
remove unused mk variable MSGFLAGS
This commit is contained in:
parent
26c23068aa
commit
793ee56416
2
Makefile
2
Makefile
@ -62,7 +62,6 @@ ASFLAGS := -EB -Iinclude -march=vr4300 -mtune=vr4300
|
||||
OLDASFLAGS := -EB -Iinclude -G 0
|
||||
CFLAGS := -O2 -quiet -G 0 -mcpu=vr4300 -mfix4300 -mips3 -mgp32 -mfp32 -Wimplicit -Wuninitialized -Wshadow
|
||||
LDFLAGS := -T undefined_syms.txt -T undefined_funcs.txt -T $(BUILD_DIR)/$(LD_SCRIPT) -Map $(LD_MAP) --no-check-sections
|
||||
MSGFLAGS := -Iinclude -Imsg
|
||||
|
||||
ifeq ($(WATCH_INCLUDES),1)
|
||||
CPPMFLAGS = -MP -MD -MF $@.mk -MT $(BUILD_DIR)/$*.d
|
||||
@ -71,7 +70,6 @@ endif
|
||||
|
||||
ifeq ($(NON_MATCHING),1)
|
||||
CPPFLAGS += -DNON_MATCHING
|
||||
MSGFLAGS += -DNON_MATCHING
|
||||
endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user