summaryrefslogtreecommitdiff
path: root/kconfig/Makefile
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-02-27 03:06:35 (GMT)
committerAlexey Neyman <stilor@att.net>2017-02-27 03:06:35 (GMT)
commit59bab98b2de061f395dc81f9a31157b4b1f9de91 (patch)
tree1f294bca496405cc83ac69967460b3f0cebb1d7c /kconfig/Makefile
parentdf1e3e32cfb7cf09e4636b08eeffb53181ca1e83 (diff)
Revert "Determine whether -E/-r option selects extended regexp"
This reverts commit 7bcf18bfab84374d3305c7a088f95ac1219ddf93.
Diffstat (limited to 'kconfig/Makefile')
-rw-r--r--kconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfig/Makefile b/kconfig/Makefile
index a8854d2..ee838aa 100644
--- a/kconfig/Makefile
+++ b/kconfig/Makefile
@@ -65,7 +65,7 @@ DEPS += $(nconf_DEP)
# Build the dependency for C files
%.dep: %.c
@echo " DEP '$@'"
- @$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MM $< |$(sed_r) -e 's|([^:]+.o)( *:+)|$(<:.c=.o) $@\2|;' >$@
+ @$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MM $< |$(sed) -r -e 's|([^:]+.o)( *:+)|$(<:.c=.o) $@\2|;' >$@
# Generate the grammar parser
zconf.tab.o: zconf.tab.c zconf.hash.c zconf.lex.c