Changeset 2366 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Apr 26, 2007 7:12:03 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20764
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile
r2354 r2366 407 407 $$(call DIRDEP,$(PATH_$(target))/moc/) \ 408 408 $$(call DIRDEP,$(PATH_$(target))/nls/): 409 $$(call MSG_ L2,Creating directory$$@)409 $$(call MSG_MKDIR,$$@) 410 410 $$(QUIET)$$(MKDIR) -p $$@ 411 411 … … 426 426 427 427 $(call DIRDEP,$(PATH_VirtualBox)/include/): 428 $(call MSG_ L2,Creating directory$@)428 $(call MSG_MKDIR,$@) 429 429 $(QUIET)$(MKDIR) -p $@ 430 430
Note:
See TracChangeset
for help on using the changeset viewer.