aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0a76b1f2a..13e89eca1 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
18# 18#
19 19
20PROG := busybox 20PROG := busybox
21VERSION := 0.52pre 21VERSION := 0.52
22BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") 22BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
23export VERSION 23export VERSION
24 24
@@ -377,6 +377,8 @@ libbb.a: $(LIBBB_MOBJ) $(LIBBB_AROBJS) $(LIBBB_OBJS)
377 377
378usage.o: usage.h 378usage.o: usage.h
379 379
380sh.o: sh.c lash.c hush.c msh.c ash.c
381
380libbb/loop.o: libbb/loop.h 382libbb/loop.o: libbb/loop.h
381 383
382libbb/loop.h: mk_loop_h.sh 384libbb/loop.h: mk_loop_h.sh