From cb48d72333057a3cf4af28151d46e6dd2ce04603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Sun, 5 Dec 2004 16:27:45 +0000 Subject: [PATCH] Copy "halup.dll" to bootcd as "hal.dll" svn path=/trunk/; revision=11945 --- reactos/tools/helper.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/tools/helper.mk b/reactos/tools/helper.mk index fb3e7479ddf..1697edad792 100644 --- a/reactos/tools/helper.mk +++ b/reactos/tools/helper.mk @@ -1,4 +1,4 @@ -# $Id: helper.mk,v 1.97 2004/12/03 23:37:44 blight Exp $ +# $Id: helper.mk,v 1.98 2004/12/05 16:27:45 gvg Exp $ # # Helper makefile for ReactOS modules # Variables this makefile accepts: @@ -1030,7 +1030,7 @@ ifeq ($(TARGET_BOOTSTRAP),yes) ifneq ($(TARGET_BOOTSTRAP_NAME),) MK_BOOTSTRAP_NAME := $(TARGET_BOOTSTRAP_NAME) else # TARGET_BOOTSTRAP_NAME -MK_BOOTSTRAP_NAME := $(MK_FULLNAME) +MK_BOOTSTRAP_NAME := $(MK_INSTALL_FULLNAME) endif # TARGET_BOOTSTRAP_NAME bootcd: $(SUBDIRS:%=%_bootcd)