diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-11-13 04:51:47 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-11-13 04:51:47 +0000 |
commit | 80974fad03689b4344888820d89b514d4e4d166b (patch) | |
tree | f95efa3e1c3b070b87a40a63c645b6389e8ebc95 /Makefile | |
parent | b6a44b8d39b7834ab9f6c43938f4b58f135e846e (diff) | |
download | busybox-w32-80974fad03689b4344888820d89b514d4e4d166b.tar.gz busybox-w32-80974fad03689b4344888820d89b514d4e4d166b.tar.bz2 busybox-w32-80974fad03689b4344888820d89b514d4e4d166b.zip |
Fix makefile
Diffstat (limited to 'Makefile')
-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) |