Gratuitously changed the file "busybox.defs.h" to the more

sensible and noticable "Config.h".
 -Erik
This commit is contained in:
Eric Andersen
2000-09-25 21:28:07 +00:00
parent c5949f62e5
commit caffb6eff0
13 changed files with 38 additions and 380 deletions

View File

@@ -19,7 +19,7 @@
#
PROG := busybox
VERSION := 0.47pre
VERSION := 0.47
BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
export VERSION
@@ -173,11 +173,11 @@ busybox: $(OBJECTS)
$(CC) $(LDFLAGS) -o $@ $^ $(LIBRARIES)
$(STRIP)
busybox.links: busybox.def.h
busybox.links: Config.h
- ./busybox.mkll | sort >$@
nfsmount.o cmdedit.o: %.o: %.h
$(OBJECTS): %.o: busybox.def.h internal.h %.c Makefile
$(OBJECTS): %.o: Config.h internal.h %.c Makefile
utility.o: loop.h