mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
- Make the install target depend on the files to be installed.
svn path=/trunk/; revision=8362
This commit is contained in:
parent
7eeed46004
commit
5fd0390001
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.114 2004/02/21 09:20:33 gvg Exp $
|
# $Id: Makefile,v 1.115 2004/02/24 23:51:38 dwelch Exp $
|
||||||
#
|
#
|
||||||
# ReactOS Operating System
|
# ReactOS Operating System
|
||||||
#
|
#
|
||||||
|
@ -711,12 +711,12 @@ clean:
|
||||||
|
|
||||||
ifneq ($(BOOTCD_INSTALL),)
|
ifneq ($(BOOTCD_INSTALL),)
|
||||||
|
|
||||||
install:
|
install: $(TARGETNAME).exe $(TARGETNAME).sym $(TARGETNAME).nostrip.exe
|
||||||
- $(CP) $(TARGETNAME).exe $(INSTALL_DIR)/$(TARGETNAME).exe
|
- $(CP) $(TARGETNAME).exe $(INSTALL_DIR)/$(TARGETNAME).exe
|
||||||
|
|
||||||
else # BOOTCD_INSTALL
|
else # BOOTCD_INSTALL
|
||||||
|
|
||||||
install:
|
install: $(TARGETNAME).exe $(TARGETNAME).sym $(TARGETNAME).nostrip.exe
|
||||||
- $(CP) $(TARGETNAME).exe $(INSTALL_DIR)/system32/$(TARGETNAME).exe
|
- $(CP) $(TARGETNAME).exe $(INSTALL_DIR)/system32/$(TARGETNAME).exe
|
||||||
- $(CP) $(TARGETNAME).sym $(INSTALL_DIR)/symbols/$(TARGETNAME).sym
|
- $(CP) $(TARGETNAME).sym $(INSTALL_DIR)/symbols/$(TARGETNAME).sym
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue