diff options
author | Eric Andersen | 2000-09-25 21:28:07 +0000 |
---|---|---|
committer | Eric Andersen | 2000-09-25 21:28:07 +0000 |
commit | caffb6eff0e33a80da630963f21346c21186da39 (patch) | |
tree | 7030b62784c0c8bb991af653f64d7888c802245d /Makefile | |
parent | c5949f62e533a821593337f7698d53eec8674bb1 (diff) | |
download | busybox-caffb6eff0e33a80da630963f21346c21186da39.zip busybox-caffb6eff0e33a80da630963f21346c21186da39.tar.gz |
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 @@ # 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 |