From 79c142d93847c168b825858f4e372e10c7e32906 Mon Sep 17 00:00:00 2001 From: Paul Fox Date: Mon, 1 Aug 2005 16:04:40 +0000 Subject: new config display applet, from bug 46. i've changed the name of the applet from "config" to "bbconfig", and renamed the source filenames and symbols to match appropriately. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 12a4f36..e6c5a35 100644 --- a/Makefile +++ b/Makefile @@ -200,7 +200,7 @@ scripts/split-include: $(top_srcdir)/scripts/split-include.c scripts/mkdep -I include -- \ `find $(top_srcdir) -name \*.h -print | sed -e "s,^./,,"` >> .hdepend; -depend dep: .depend +depend dep: .depend include/bbconfigopts.h include/config/MARKER: depend scripts/split-include scripts/split-include include/config.h include/config @@ -219,6 +219,10 @@ include/bb_config.h: include/config.h < $< >> $@ echo "#endif" >> $@ +include/bbconfigopts.h: .config + scripts/config/mkconfigs >include/bbconfigopts.h + + finished2: $(SECHO) $(SECHO) Finished installing... -- cgit v1.1