diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-09-25 21:28:07 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-09-25 21:28:07 +0000 |
commit | caffb6eff0e33a80da630963f21346c21186da39 (patch) | |
tree | 7030b62784c0c8bb991af653f64d7888c802245d /Makefile | |
parent | c5949f62e533a821593337f7698d53eec8674bb1 (diff) | |
download | busybox-w32-caffb6eff0e33a80da630963f21346c21186da39.tar.gz busybox-w32-caffb6eff0e33a80da630963f21346c21186da39.tar.bz2 busybox-w32-caffb6eff0e33a80da630963f21346c21186da39.zip |
Gratuitously changed the file "busybox.defs.h" to the more
sensible and noticable "Config.h".
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -19,7 +19,7 @@ | |||
19 | # | 19 | # |
20 | 20 | ||
21 | PROG := busybox | 21 | PROG := busybox |
22 | VERSION := 0.47pre | 22 | VERSION := 0.47 |
23 | BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") | 23 | BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") |
24 | export VERSION | 24 | export VERSION |
25 | 25 | ||
@@ -173,11 +173,11 @@ busybox: $(OBJECTS) | |||
173 | $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES) | 173 | $(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES) |
174 | $(STRIP) | 174 | $(STRIP) |
175 | 175 | ||
176 | busybox.links: busybox.def.h | 176 | busybox.links: Config.h |
177 | - ./busybox.mkll | sort >$@ | 177 | - ./busybox.mkll | sort >$@ |
178 | 178 | ||
179 | nfsmount.o cmdedit.o: %.o: %.h | 179 | nfsmount.o cmdedit.o: %.o: %.h |
180 | $(OBJECTS): %.o: busybox.def.h internal.h %.c Makefile | 180 | $(OBJECTS): %.o: Config.h internal.h %.c Makefile |
181 | 181 | ||
182 | utility.o: loop.h | 182 | utility.o: loop.h |
183 | 183 | ||