From eded54bd96ed0394844f9ba23c5ab54dff8a917f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 12 Nov 1999 08:03:23 +0000 Subject: Adjust install a bit... --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ddf356f..678f19e 100644 --- a/Makefile +++ b/Makefile @@ -48,10 +48,9 @@ else endif -ifndef $(prefix) - prefix=`pwd` +ifndef $(PREFIX) + PREFIX=`pwd`/busybox_install endif -BINDIR=$(prefix) LIBRARIES= OBJECTS=$(shell ./busybox.sh) @@ -69,6 +68,7 @@ busybox.links: clean: - rm -f $(PROG) busybox.links *~ *.o core + - rm -rf busybox_install distclean: clean - rm -f $(PROG) @@ -77,8 +77,8 @@ force: $(OBJECTS): busybox.def.h internal.h Makefile -install: $(PROG) - install.sh $(BINDIR) +install: busybox + install.sh $(PREFIX) whichversion: @echo $(VERSION) -- cgit v1.1