aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-13 04:51:47 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-13 04:51:47 +0000
commit4657e97b6316ae1e9fe83a4a3309bc32894a440b (patch)
treef95efa3e1c3b070b87a40a63c645b6389e8ebc95 /Makefile
parent0a73845cf024bfb250d3b1f571bb44d9df2e3215 (diff)
downloadbusybox-w32-4657e97b6316ae1e9fe83a4a3309bc32894a440b.tar.gz
busybox-w32-4657e97b6316ae1e9fe83a4a3309bc32894a440b.tar.bz2
busybox-w32-4657e97b6316ae1e9fe83a4a3309bc32894a440b.zip
Fix makefile
git-svn-id: svn://busybox.net/trunk/busybox@100 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 678f19ea3..d7d41327f 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ force:
78$(OBJECTS): busybox.def.h internal.h Makefile 78$(OBJECTS): busybox.def.h internal.h Makefile
79 79
80install: busybox 80install: busybox
81 install.sh $(PREFIX) 81 ./install.sh $(PREFIX)
82 82
83whichversion: 83whichversion:
84 @echo $(VERSION) 84 @echo $(VERSION)