Run msh through indent
[oweals/busybox.git] / applets / Makefile.in
index f198a1447290e74adb40de3901093140d61b11ed..afd5cbeb9dc9901be5495035bbb14e2e68ed7e83 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org>
+# Copyright (C) 1999-2004 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
@@ -22,11 +22,15 @@ ifndef $(APPLETS_DIR)
 APPLETS_DIR:=$(TOPDIR)applets/
 endif
 
-APPLET_SRC:=applets.c busybox.c usage.c
+APPLET_SRC:=applets.c busybox.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)