[vodz] bbconfig

Bernhard Fischer rep.nop at aon.at
Tue Sep 20 21:32:44 UTC 2005


Hi,
I think you forgot to add the dependency of bbconfig to bbconfigopts.h

For allyesconfig i currently get:
/miscutils/bbconfig.c:2:26: error: bbconfigopts.h: No such file or
directory

The snippet below would fix it for me. ok?

PS: Please note that the rules comes _below_ of the generic other rules.

Index: miscutils/Makefile.in
===================================================================
--- miscutils/Makefile.in	(revision 11512)
+++ miscutils/Makefile.in	(working copy)
@@ -61,3 +61,6 @@
 $(MISCUTILS_DIR)%.o: $(srcdir)/%.c
 	$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<
 
+$(MISCUTILS_DIR)bbconfig.o: $(srcdir)/bbconfig.c
$(top_builddir)/include/bbconfigopts.h
+	$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<
+




More information about the busybox mailing list