summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2014-12-10 18:35:56 +0100
committertwinaphex2014-12-10 18:35:56 +0100
commitfec1093dbf0f8429bd1fe23a6bd077a6678097b6 (patch)
tree5aa2ae571a9be222fa679a10e43acdf9d259e08b
parentf419216e418ff89575af301cc0b915d7fe13c0e8 (diff)
downloadpicogpsp-fec1093dbf0f8429bd1fe23a6bd077a6678097b6.tar.gz
picogpsp-fec1093dbf0f8429bd1fe23a6bd077a6678097b6.tar.bz2
picogpsp-fec1093dbf0f8429bd1fe23a6bd077a6678097b6.zip
Small tweak in Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36f0113..ea34738 100644
--- a/Makefile
+++ b/Makefile
@@ -216,7 +216,7 @@ include Makefile.common
OBJECTS := $(SOURCES_C:.c=.o) $(SOURCES_ASM:.S=.o)
-DEFINES = -DHAVE_STRINGS_H -DHAVE_STDINT_H -DHAVE_INTTYPES_H -D__LIBRETRO__ -DINLINE=inline -DPC_BUILD -Wall -Werror=implicit-function-declaration
+DEFINES := -DHAVE_STRINGS_H -DHAVE_STDINT_H -DHAVE_INTTYPES_H -D__LIBRETRO__ -DINLINE=inline -DPC_BUILD -Wall -Werror=implicit-function-declaration
ifeq ($(HAVE_DYNAREC), 1)
DEFINES += -DHAVE_DYNAREC