VirtualBox

Changeset 2783 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 23, 2007 12:09:53 AM (18 years ago)
Author:
vboxsync
Message:

Drop the OTHERS bit as it's only a dependency of the LIBRARIES target.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk

    r2476 r2783  
    2525BLDPROGS  = nrv2b makerom
    2626LIBRARIES = NetBiosBin
    27 
    28 OTHERS    = $(PATH_TARGET)/pcnet32.zrom
    2927
    3028OTHER_CLEAN = \
     
    297295# (first occurrence is the call to prelocate in the pciprefix.o file).
    298296ifeq ($(filter-out darwin.x86 darwin.amd64 os2.x86 solaris.x86 solaris.amd64 win.x86 win.amd64 linux.amd64,$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),)
    299 $(PATH_TARGET)/pcnet32.zrom: pcnet32.zrom
     297$(PATH_TARGET)/pcnet32.zrom: pcnet32.zrom | $(call DIRDEP,$(PATH_TARGET))
    300298        $(CP) -f $< $@
    301299else
    302 $(PATH_TARGET)/pcnet32.zrom: $(PATH_TARGET)/pcnet32.rom.zprf $(MAKEDEPS)
     300$(PATH_TARGET)/pcnet32.zrom: $(PATH_TARGET)/pcnet32.rom.zprf $(MAKEDEPS) | $(call DIRDEP,$(PATH_TARGET))
    303301        $(call MSG_TOOL,makerom,NetBiosBin,$<,$@)
    304302        $(QUIET)$(EB_OBJCOPY) -O binary $< [email protected]
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette