aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-11-13 04:51:47 +0000
committerEric Andersen <andersen@codepoet.org>1999-11-13 04:51:47 +0000
commit80974fad03689b4344888820d89b514d4e4d166b (patch)
treef95efa3e1c3b070b87a40a63c645b6389e8ebc95
parentb6a44b8d39b7834ab9f6c43938f4b58f135e846e (diff)
downloadbusybox-80974fad03689b4344888820d89b514d4e4d166b.tar.gz
Fix makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)