Changeset 35381 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Dec 30, 2010 4:12:47 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69242
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r35380 r35381 211 211 VBoxDrv-inf_BLDDIRS = $(PATH_TARGET)/VBoxDrvCat.dir 212 212 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 $$@) 214 214 $(call MSG_GENERATE,VBoxDrv-inf,$@,$<) 215 215 $(call VBOX_EDIT_INF_FN,$<,$@) … … 220 220 $(PATH_TARGET)/VBoxDrvCat.dir/VBoxDrv.cat 221 221 222 $(PATH_TARGET)/VBoxDrvCat.dir/VBoxDrv.sys: $$(TARGET_VBoxDrv) | $$( call DIRDEP,$$(@D))222 $(PATH_TARGET)/VBoxDrvCat.dir/VBoxDrv.sys: $$(TARGET_VBoxDrv) | $$(dir $$@) 223 223 $(INSTALL) -m 644 $< $(@D) 224 224
Note:
See TracChangeset
for help on using the changeset viewer.