aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5e6363629..adc2d0c26 100644
--- a/Makefile
+++ b/Makefile
@@ -212,7 +212,7 @@ include/config.h: .config
212 @$(top_builddir)/scripts/config/conf -o $(CONFIG_CONFIG_IN) 212 @$(top_builddir)/scripts/config/conf -o $(CONFIG_CONFIG_IN)
213 213
214include/bb_config.h: include/config.h 214include/bb_config.h: include/config.h
215 echo "#ifndef AUTOCONF_INCLUDED" > $@ 215 echo -e "#ifndef BB_CONFIG_H\n#define BB_CONFIG_H" > $@
216 sed -e 's/#undef CONFIG_\(.*\)/#define ENABLE_\1 0/' \ 216 sed -e 's/#undef CONFIG_\(.*\)/#define ENABLE_\1 0/' \
217 -e 's/#define CONFIG_\(.*\)/#define CONFIG_\1\n#define ENABLE_\1/' \ 217 -e 's/#define CONFIG_\(.*\)/#define CONFIG_\1\n#define ENABLE_\1/' \
218 < $< >> $@ 218 < $< >> $@