diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-04-05 09:18:42 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-04-05 09:18:42 (GMT) |
commit | f52c02e2d1566c610207cc751b83155b7677ac46 (patch) | |
tree | 4ded4ee8acf9d5be803881d607499837f5a85386 | |
parent | 286ba13e0a5e908f9ebe67286bb6006adb4102fc (diff) |
Removed some non-POSIX variable names in Makefiles.
-rw-r--r-- | plugins/arm/v7/opdefs/Makefile.am | 2 | ||||
-rw-r--r-- | 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 |