summaryrefslogtreecommitdiff
path: root/misc/tools/kconfig-frontends/utils/Makefile.am
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-27 14:10:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-27 14:10:29 -0600
commitbb09f350b8beaa7c68d898131c54f52722e16522 (patch)
tree5c37e581a6bff82ddc8791e6f62c94426fbc3304 /misc/tools/kconfig-frontends/utils/Makefile.am
parent97b98200709f76e968fe73dd5a7ed0c43e4084db (diff)
downloadpx4-nuttx-bb09f350b8beaa7c68d898131c54f52722e16522.tar.gz
px4-nuttx-bb09f350b8beaa7c68d898131c54f52722e16522.tar.bz2
px4-nuttx-bb09f350b8beaa7c68d898131c54f52722e16522.zip
Update kconfig-frontends to 3.12.0
Diffstat (limited to 'misc/tools/kconfig-frontends/utils/Makefile.am')
-rw-r--r--misc/tools/kconfig-frontends/utils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tools/kconfig-frontends/utils/Makefile.am b/misc/tools/kconfig-frontends/utils/Makefile.am
index 57ff28896..b3f55df4b 100644
--- a/misc/tools/kconfig-frontends/utils/Makefile.am
+++ b/misc/tools/kconfig-frontends/utils/Makefile.am
@@ -16,6 +16,6 @@ CLEANFILES = tweak
EXTRA_DIST = tweak.in tweak.in.patch
tweak: tweak.in
- $(AM_V_GEN)$(SED) -r -e "s/@CONFIG_@/$(config_prefix)/g" \
+ $(AM_V_GEN)$(SED) -e "s/@CONFIG_@/$(config_prefix)/g" \
$< >$@
@chmod +x $@