Changeset 38 in vbox for trunk/src/Makefile
- Timestamp:
- Jan 15, 2007 5:33:45 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17467
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r1 r38 31 31 endif 32 32 33 SUBDIRS += bldprogs libs VBox 34 ifeq ($( BUILD_TARGET),darwin)33 SUBDIRS += bldprogs libs VBox 34 ifeq ($(filter-out darwin.x86 darwin.amd64 win.amd64 linux.amd64,$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),) 35 35 SUBDIRS += recompiler/new 36 36 else
Note:
See TracChangeset
for help on using the changeset viewer.