Changeset 35463 in vbox
- Timestamp:
- Jan 10, 2011 4:29:56 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69334
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r35380 r35463 80 80 linux-misc_CLEAN = $(linux-misc_0_OUTDIR)/virtualbox.desktop 81 81 82 $$( PATH_linux-misc)/virtualbox.desktop: $(PATH_ROOT)/src/VBox/Installer/common/virtualbox.desktop.in $(VBOX_VERSION_STAMP) | $$(dir $$@)82 $$(linux-misc_0_OUTDIR)/virtualbox.desktop: $(PATH_ROOT)/src/VBox/Installer/common/virtualbox.desktop.in $(VBOX_VERSION_STAMP) | $$(dir $$@) 83 83 $(call MSG_GENERATE,,$@,$<) 84 84 ifdef VBOX_PATH_PACKAGE_DOCS -
trunk/src/VBox/Runtime/Makefile.kmk
r35329 r35463 1281 1281 BLDDIRS += $(PATH_BIN) 1282 1282 1283 $(PATH_BIN)/VBoxRT.so: $$( TARGET_VBoxRT) | $$(dir $$@)1283 $(PATH_BIN)/VBoxRT.so: $$(VBoxRT_1_TARGET) | $$(dir $$@) 1284 1284 $(INSTALL) $< $@ 1285 1285 chcon -t texrel_shlib_t $@ || true
Note:
See TracChangeset
for help on using the changeset viewer.