aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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
73endif 73endif
74 74
75ifndef $(PREFIX) 75ifndef $(PREFIX)
76 PREFIX=`pwd`/busybox_install 76 PREFIX=`pwd`/_install
77endif 77endif
78 78
79LIBRARIES= 79LIBRARIES=
@@ -95,7 +95,7 @@ busybox.links:
95 95
96clean: 96clean:
97 - rm -f $(PROG) busybox.links *~ *.o core 97 - rm -f $(PROG) busybox.links *~ *.o core
98 - rm -rf busybox_install 98 - rm -rf _install
99 99
100distclean: clean 100distclean: clean
101 - rm -f $(PROG) 101 - rm -f $(PROG)