Changeset 3134 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Jun 17, 2007 8:40:40 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22036
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/xclient/Makefile.kmk
r3133 r3134 43 43 $(PATH_TARGET)/vboxadd-xclient/libstdc++.a: 44 44 $(call MSG_L1,Forcing static libstdc++) 45 $(QUIET)ln -s `$(TOOL_$(VBOX_GCC32_TOOL)_CXX) -print-file-name=libstdc++.a` $@ 45 $(QUIET)ln -s `$(TOOL_$(VBOX_GCC32_TOOL)_CXX) -print-file-name=libstdc++.a` $@ || cp `$(TOOL_$(VBOX_GCC32_TOOL)_CXX) -print-file-name=libstdc++.a` $@ 46 46 47 47 include $(PATH_KBUILD)/footer.kmk
Note:
See TracChangeset
for help on using the changeset viewer.