libretro, fix build conflict
authorkub <derkub@gmail.com>
Sat, 3 Jun 2023 21:09:05 +0000 (21:09 +0000)
committerkub <derkub@gmail.com>
Mon, 5 Jun 2023 18:05:27 +0000 (18:05 +0000)
Makefile
Makefile.libretro

index 6abb430..b2a035f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -74,9 +74,9 @@ endif
 
 # revision info from repository if this not a tagged release
 ifeq "$(shell git describe --tags --exact-match HEAD 2>/dev/null)" ""
-REVISION ?= -$(shell git rev-parse --short HEAD || echo ???)
+GIT_REVISION ?= -$(shell git rev-parse --short HEAD || echo ???)
 endif
-CFLAGS += -DREVISION=\"$(REVISION)\"
+CFLAGS += -DREVISION=\"$(GIT_REVISION)\"
 
 # default settings
 use_libchdr ?= 1
index caa2272..a57a24c 100644 (file)
@@ -40,7 +40,7 @@ STATIC_LINKING_LINK:= 0
 LOW_MEMORY := 0
 TARGET_NAME := picodrive
 LIBM := -lm
-REVISION ?= -$(shell git rev-parse --short HEAD || echo ???)
+GIT_REVISION ?= -$(shell git rev-parse --short HEAD || echo ???)
 
 
 fpic :=