diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ force: | |||
78 | $(OBJECTS): busybox.def.h internal.h Makefile | 78 | $(OBJECTS): busybox.def.h internal.h Makefile |
79 | 79 | ||
80 | install: busybox | 80 | install: busybox |
81 | install.sh $(PREFIX) | 81 | ./install.sh $(PREFIX) |
82 | 82 | ||
83 | whichversion: | 83 | whichversion: |
84 | @echo $(VERSION) | 84 | @echo $(VERSION) |