This commit is contained in:
Eric Andersen
1999-12-07 08:37:31 +00:00
parent 0ecb54a0f3
commit d00c262847
9 changed files with 128 additions and 59 deletions

View File

@@ -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)