Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4b174c313..1168e9daa 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ else
endif
ifndef $(PREFIX)
- PREFIX=`pwd`/busybox_install
+ PREFIX=`pwd`/_install
endif
LIBRARIES=
@@ -95,7 +95,7 @@ busybox.links:
clean:
- rm -f $(PROG) busybox.links *~ *.o core
- - rm -rf busybox_install
+ - rm -rf _install
distclean: clean
- rm -f $(PROG)