diff options
| author | Eric Andersen <andersen@codepoet.org> | 1999-12-07 08:37:31 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 1999-12-07 08:37:31 +0000 |
| commit | d00c2628474b9e6a3fe34c988fe197cf2425ff1a (patch) | |
| tree | 960ee0d6353cfae1ff21820f8a2d95f6c2ed08c9 /Makefile | |
| parent | 0ecb54a0f3fece5e42f089036f059973bed8d87e (diff) | |
| download | busybox-d00c2628474b9e6a3fe34c988fe197cf2425ff1a.tar.gz | |
Stuf
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
