mirror of
https://github.com/libretro/RetroArch
synced 2025-02-08 15:40:14 +00:00
Style nits.
This commit is contained in:
parent
a292b5252c
commit
70e99c30ab
7
Makefile
7
Makefile
@ -58,11 +58,12 @@ ifeq ($(findstring Haiku,$(OS)),)
|
||||
LIBS = -lm
|
||||
endif
|
||||
|
||||
ifndef GLOBAL_CONFIG_DIR
|
||||
DEFINES = -DHAVE_CONFIG_H -DHAVE_SCREENSHOTS
|
||||
|
||||
ifneq ($(GLOBAL_CONFIG_DIR), )
|
||||
GLOBAL_CONFIG_DIR = /etc
|
||||
endif
|
||||
|
||||
DEFINES = -DHAVE_CONFIG_H -DHAVE_SCREENSHOTS -DGLOBAL_CONFIG_DIR='"$(GLOBAL_CONFIG_DIR)"'
|
||||
DEFINES += -DGLOBAL_CONFIG_DIR='"$(GLOBAL_CONFIG_DIR)"'
|
||||
|
||||
ifeq ($(REENTRANT_TEST), 1)
|
||||
DEFINES += -Dmain=retroarch_main
|
||||
|
@ -6,7 +6,6 @@ cat /dev/null > "$MAKEFILE_DEFINES" > "$CONFIG_DEFINES"
|
||||
#cat /dev/null > "${MAKEFILE_DEFINES:=.MAKEFILE_DEFINES}" > "${CONFIG_DEFINES=.CONFIG_DEFINES}"
|
||||
|
||||
[ "$PREFIX" ] || PREFIX="/usr/local"
|
||||
[ "$CONFIG_DIR" ] || CONFIG_DIR="/etc"
|
||||
|
||||
add_define_header()
|
||||
{ echo "$1=$2" >> "$CONFIG_DEFINES";}
|
||||
|
Loading…
x
Reference in New Issue
Block a user