From f52c02e2d1566c610207cc751b83155b7677ac46 Mon Sep 17 00:00:00 2001
From: Cyrille Bagard <nocbos@gmail.com>
Date: Sun, 5 Apr 2020 11:18:42 +0200
Subject: Removed some non-POSIX variable names in Makefiles.

---
 plugins/arm/v7/opdefs/Makefile.am     | 2 +-
 plugins/dalvik/v35/opdefs/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/arm/v7/opdefs/Makefile.am b/plugins/arm/v7/opdefs/Makefile.am
index 2fb3c4a..7734090 100644
--- a/plugins/arm/v7/opdefs/Makefile.am
+++ b/plugins/arm/v7/opdefs/Makefile.am
@@ -6,7 +6,7 @@ D2C_BIN = $(top_srcdir)/tools/d2c/d2c
 GEN_BIN = $(top_srcdir)/tools/d2c/d2c_genmakefile.sh
 
 
-D2C_OUTDIR = $(shell readlink -f $(PWD)/.. )/
+D2C_OUTDIR = $(abs_srcdir)/../
 
 D2C_TYPE = raw
 
diff --git a/plugins/dalvik/v35/opdefs/Makefile.am b/plugins/dalvik/v35/opdefs/Makefile.am
index 535d5c1..84ef897 100644
--- a/plugins/dalvik/v35/opdefs/Makefile.am
+++ b/plugins/dalvik/v35/opdefs/Makefile.am
@@ -6,7 +6,7 @@ D2C_BIN = $(top_srcdir)/tools/d2c/d2c
 GEN_BIN = $(top_srcdir)/tools/d2c/d2c_genmakefile.sh
 
 
-D2C_OUTDIR = $(shell readlink -f $(PWD)/.. )/
+D2C_OUTDIR = $(abs_srcdir)/../
 
 D2C_TYPE = format
 
-- 
cgit v0.11.2-87-g4458