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 678f19e..d7d4132 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)