Fixed target directory for setupldr.sys.

svn path=/trunk/; revision=5364
This commit is contained in:
Eric Kohl 2003-08-01 14:16:19 +00:00
parent 36629a61f8
commit f8c432602c

View file

@ -148,7 +148,7 @@ boot_loader : $(OBJDIR)$(SEP)$(TARGET)$(SEP)freeldr.sys
.PHONY : setup_loader
setup_loader : $(OBJDIR)$(SEP)$(TARGET)$(SEP)setupldr.sys
$(CP) $(OBJDIR)$(SEP)$(TARGET)$(SEP)setupldr.sys $(BOOTCD_DIR)$(SEP)disk$(SEP)reactos$(SEP)setupldr.sys
$(CP) $(OBJDIR)$(SEP)$(TARGET)$(SEP)setupldr.sys $(BOOTCD_DIR)$(SEP)disk$(SEP)loader$(SEP)setupldr.sys
#############################################