Patch from vodz:
[oweals/busybox.git] / applets / Makefile.in
index f198a1447290e74adb40de3901093140d61b11ed..cb6c647df06bde4c21709734749040051cf5a2ec 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org>
+# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -25,8 +25,12 @@ endif
 APPLET_SRC:=applets.c busybox.c usage.c
 APPLET_OBJ:= $(patsubst %.c,$(APPLETS_DIR)%.o, $(APPLET_SRC))
 
+
+
 libraries-y+=$(APPLETS_DIR)$(APPLETS_AR)
 
+$(APPLET_OBJ): $(TOPDIR).config
+
 $(APPLETS_DIR)$(APPLETS_AR): $(APPLET_OBJ)
        $(AR) -ro $@ $(APPLET_OBJ)