diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-07 00:03:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-07 00:03:00 +0000 |
commit | b7e6f13b3c264f6d689f0eefc61d4718c3043062 (patch) | |
tree | 02d2e30e4e9d727a1cef29abc9bdf0939e1949b8 /Makefile | |
parent | 0279505e8c837c59b6a777d40a58ee1a399d19da (diff) | |
download | busybox-w32-b7e6f13b3c264f6d689f0eefc61d4718c3043062.tar.gz busybox-w32-b7e6f13b3c264f6d689f0eefc61d4718c3043062.tar.bz2 busybox-w32-b7e6f13b3c264f6d689f0eefc61d4718c3043062.zip |
Some minor updates. Bump version number in preparation for release.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -18,7 +18,7 @@ | |||
18 | # | 18 | # |
19 | 19 | ||
20 | PROG := busybox | 20 | PROG := busybox |
21 | VERSION := 0.52pre | 21 | VERSION := 0.52 |
22 | BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") | 22 | BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") |
23 | export VERSION | 23 | export VERSION |
24 | 24 | ||
@@ -377,6 +377,8 @@ libbb.a: $(LIBBB_MOBJ) $(LIBBB_AROBJS) $(LIBBB_OBJS) | |||
377 | 377 | ||
378 | usage.o: usage.h | 378 | usage.o: usage.h |
379 | 379 | ||
380 | sh.o: sh.c lash.c hush.c msh.c ash.c | ||
381 | |||
380 | libbb/loop.o: libbb/loop.h | 382 | libbb/loop.o: libbb/loop.h |
381 | 383 | ||
382 | libbb/loop.h: mk_loop_h.sh | 384 | libbb/loop.h: mk_loop_h.sh |