summaryrefslogtreecommitdiff
path: root/userspace
diff options
context:
space:
mode:
Diffstat (limited to 'userspace')
-rw-r--r--userspace/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/userspace/Makefile b/userspace/Makefile
index a8aa418..74e0943 100644
--- a/userspace/Makefile
+++ b/userspace/Makefile
@@ -26,7 +26,7 @@ include ../Makefile.common
all: crt0.o ext2.img
-ext2.img: $(PROGS) ../mp/mp.bin
+ext2.img: $(PROGS)
make -C fonts
@echo "----------------------"
@echo "Creating ext2.img ...."
@@ -53,7 +53,6 @@ ext2.img: $(PROGS) ../mp/mp.bin
# cp ~/opt/foolos/usr/bin/ncurses mnt/bin/
# cp ~/opt/foolos/usr/bin/bs mnt/bin/
#
- @cp ../mp/mp.bin mnt/boot/
@mkdir -p mnt/etc
@echo "127.0.0.1 localhost" > mnt/etc/hosts
@sync