diff options
author | twinaphex | 2014-12-10 18:35:56 +0100 |
---|---|---|
committer | twinaphex | 2014-12-10 18:35:56 +0100 |
commit | fec1093dbf0f8429bd1fe23a6bd077a6678097b6 (patch) | |
tree | 5aa2ae571a9be222fa679a10e43acdf9d259e08b | |
parent | f419216e418ff89575af301cc0b915d7fe13c0e8 (diff) | |
download | picogpsp-fec1093dbf0f8429bd1fe23a6bd077a6678097b6.tar.gz picogpsp-fec1093dbf0f8429bd1fe23a6bd077a6678097b6.tar.bz2 picogpsp-fec1093dbf0f8429bd1fe23a6bd077a6678097b6.zip |
Small tweak in Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |