Commit in reactos/tools on MAIN
helper.mk+2-21.97 -> 1.98
Copy "halup.dll" to bootcd as "hal.dll"

reactos/tools
helper.mk 1.97 -> 1.98
diff -u -r1.97 -r1.98
--- helper.mk	3 Dec 2004 23:37:44 -0000	1.97
+++ helper.mk	5 Dec 2004 16:27:45 -0000	1.98
@@ -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 @@
 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)
CVSspam 0.2.8