From: Eric Andersen Date: Sat, 13 Nov 1999 04:51:47 +0000 (-0000) Subject: Fix makefile X-Git-Tag: 0_36~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=80974fad03689b4344888820d89b514d4e4d166b;p=oweals%2Fbusybox.git Fix makefile --- 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)