aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-02 01:41:53 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-02 01:41:53 +0000
commitfe03e7d91035e34645b610d77b4b5c1c3ae3ca73 (patch)
treed6b2fba68832d7f0e061614dda4372119f58156f /applets
parent23139ee999f77ad688db86262ec1520b7934a6a4 (diff)
downloadbusybox-w32-fe03e7d91035e34645b610d77b4b5c1c3ae3ca73.tar.gz
busybox-w32-fe03e7d91035e34645b610d77b4b5c1c3ae3ca73.tar.bz2
busybox-w32-fe03e7d91035e34645b610d77b4b5c1c3ae3ca73.zip
make the build system puuuuuuuuuuurty
git-svn-id: svn://busybox.net/trunk/busybox@13793 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/applets/Makefile.in b/applets/Makefile.in
index 80b6da0b1..a4890c2fb 100644
--- a/applets/Makefile.in
+++ b/applets/Makefile.in
@@ -19,9 +19,8 @@ APPLET_SRC-a+=$(APPLET_SRC)
19libraries-y+=$(APPLETS_DIR)$(APPLETS_AR) 19libraries-y+=$(APPLETS_DIR)$(APPLETS_AR)
20 20
21$(APPLETS_DIR)$(APPLETS_AR): $(APPLET_OBJ) 21$(APPLETS_DIR)$(APPLETS_AR): $(APPLET_OBJ)
22 $(AR) $(ARFLAGS) $@ $(APPLET_OBJ) 22 $(do_ar)
23 23
24$(APPLET_OBJ): $(top_builddir)/.config 24$(APPLET_OBJ): $(top_builddir)/.config
25$(APPLET_OBJ): $(APPLETS_DIR)%.o: $(srcdir)/%.c 25$(APPLET_OBJ): $(APPLETS_DIR)%.o: $(srcdir)/%.c
26 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< 26 $(compile.c)
27