mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:33:23 +00:00
Copy "halup.dll" to bootcd as "hal.dll"
svn path=/trunk/; revision=11945
This commit is contained in:
parent
9221b12484
commit
cb48d72333
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue