From 80974fad03689b4344888820d89b514d4e4d166b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 13 Nov 1999 04:51:47 +0000 Subject: [PATCH] Fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 678f19ea3..d7d41327f 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ force: $(OBJECTS): busybox.def.h internal.h Makefile install: busybox - install.sh $(PREFIX) + ./install.sh $(PREFIX) whichversion: @echo $(VERSION)