VirtualBox

Ignore:
Timestamp:
Dec 30, 2010 4:12:47 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69242
Message:

The DIRDEP is deprecated, use dir/ or $$(dir $$@) instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r35380 r35381  
    211211VBoxDrv-inf_BLDDIRS = $(PATH_TARGET)/VBoxDrvCat.dir
    212212
    213 $(PATH_TARGET)/VBoxDrvCat.dir/VBoxDrv.inf: $(PATH_SUB_CURRENT)/win/VBoxDrv.inf $(MAKEFILE_CURRENT) | $$(call DIRDEP,$$(@D))
     213$(PATH_TARGET)/VBoxDrvCat.dir/VBoxDrv.inf: $(PATH_SUB_CURRENT)/win/VBoxDrv.inf $(MAKEFILE_CURRENT) | $$(dir $$@)
    214214        $(call MSG_GENERATE,VBoxDrv-inf,$@,$<)
    215215        $(call VBOX_EDIT_INF_FN,$<,$@)
     
    220220        $(PATH_TARGET)/VBoxDrvCat.dir/VBoxDrv.cat
    221221
    222 $(PATH_TARGET)/VBoxDrvCat.dir/VBoxDrv.sys: $$(TARGET_VBoxDrv) | $$(call DIRDEP,$$(@D))
     222$(PATH_TARGET)/VBoxDrvCat.dir/VBoxDrv.sys: $$(TARGET_VBoxDrv) | $$(dir $$@)
    223223        $(INSTALL) -m 644 $< $(@D)
    224224
Note: See TracChangeset for help on using the changeset viewer.

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