Fix makefile
authorEric Andersen <andersen@codepoet.org>
Sat, 13 Nov 1999 04:51:47 +0000 (04:51 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 13 Nov 1999 04:51:47 +0000 (04:51 -0000)
Makefile

index 678f19ea391ee418ad44c433c6965c6a001dc9ea..d7d41327fd05320b0fd7e41e2384a4f3685325d9 100644 (file)
--- 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)