From caffb6eff0e33a80da630963f21346c21186da39 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 25 Sep 2000 21:28:07 +0000 Subject: Gratuitously changed the file "busybox.defs.h" to the more sensible and noticable "Config.h". -Erik --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 15d13c5..4695390 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.1