From ac5aff92e35e1907a69872286385e871db88250c Mon Sep 17 00:00:00 2001 From: right-hearted Date: Wed, 2 Apr 2014 05:52:38 +0000 Subject: [PATCH] moved updf directly to instruction "all" git-svn-id: svn://kolibrios.org@4731 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/it/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/it/Makefile b/data/it/Makefile index ff82b5b3c0..705c51247c 100644 --- a/data/it/Makefile +++ b/data/it/Makefile @@ -10,7 +10,7 @@ KERNEL:=$(REPOSITORY)/kernel/trunk PROGS:=$(REPOSITORY)/programs # The main goal: build kolibri.img and kolibri.iso -all: $(BUILD_DIR)/kolibri.img $(BUILD_DIR)/kolibri.iso +all: updf $(BUILD_DIR)/kolibri.img $(BUILD_DIR)/kolibri.iso # Docpak requires some documents; we place them # into 'docs' subdir and communicate with FASM @@ -346,7 +346,7 @@ include Makefile.skins # Extra targets for LiveCD image in the syntax of mkisofs MKISOFS_EXTRA:=\ - #emu/e80/e80=e80 \ + emu/e80/e80=e80 \ emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox \ emu/dosbox/=$(PROGS)/emulator/DosBox/dosbox.conf \ emu/dosbox/=$(PROGS)/emulator/DosBox/readme.txt \ @@ -538,7 +538,7 @@ include Makefile.cmm include Makefile.msvc # Rules for table -table: .obj.table/table.exe updf +table: .obj.table/table.exe $(msvc_final) TABLE_OBJECTS:=.obj.table/calc.obj .obj.table/func.obj .obj.table/hello.obj \ .obj.table/KosFile.obj .obj.table/kosSyst.obj .obj.table/math2.obj \