diff options
-rw-r--r-- | move/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/Makefile b/move/Makefile index 95fd84a9b..91c888b30 100644 --- a/move/Makefile +++ b/move/Makefile @@ -32,7 +32,7 @@ build: stage1 xwait runlevel_set $(MAKE) -C ../perl-install mo_files stage1: - cd $(STAGE1) && ADDITIONAL_DEFS="-DMANDRAKE_MOVE" MOVE=1 make init stage1-full init-move + cd $(STAGE1) && ADDITIONAL_DEFS="-DMANDRAKE_MOVE" MOVE=1 make dirs init stage1-full init-move cd .. ; ./make_boot_img move install: |