diff options
author | Eric Andersen | 1999-11-13 04:51:47 +0000 |
---|---|---|
committer | Eric Andersen | 1999-11-13 04:51:47 +0000 |
commit | 80974fad03689b4344888820d89b514d4e4d166b (patch) | |
tree | f95efa3e1c3b070b87a40a63c645b6389e8ebc95 /Makefile | |
parent | b6a44b8d39b7834ab9f6c43938f4b58f135e846e (diff) | |
download | busybox-80974fad03689b4344888820d89b514d4e4d166b.zip busybox-80974fad03689b4344888820d89b514d4e4d166b.tar.gz |
Fix makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ force: $(OBJECTS): busybox.def.h internal.h Makefile install: busybox - install.sh $(PREFIX) + ./install.sh $(PREFIX) whichversion: @echo $(VERSION) |