aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-07 08:37:31 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-07 08:37:31 +0000
commitba0eb8665b8c676d0d0ad3e4506306a867467b79 (patch)
tree960ee0d6353cfae1ff21820f8a2d95f6c2ed08c9 /Makefile
parent571f48d0b0e71e2f9b9817d653bf5d4ed6fd3681 (diff)
downloadbusybox-w32-ba0eb8665b8c676d0d0ad3e4506306a867467b79.tar.gz
busybox-w32-ba0eb8665b8c676d0d0ad3e4506306a867467b79.tar.bz2
busybox-w32-ba0eb8665b8c676d0d0ad3e4506306a867467b79.zip
Stuf
git-svn-id: svn://busybox.net/trunk/busybox@167 69ca8d6d-28ef-0310-b511-8ec308f3f277
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)