Changeset 29 for trunk/openjdk/jdk/make/common/Defs-os2.gmk
- Timestamp:
- Jun 19, 2010, 12:21:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/common/Defs-os2.gmk
r27 r29 42 42 LIB_LOCATION = $(BINDIR) 43 43 endif # LIB_LOCATION 44 45 # Part of INCREMENTAL_BUILD mechanism. 46 # Compiler emits things like: file.obj: file.c file.h... 47 # We want something like: obj_path/file.obj: file.c file.h... 48 CC_DEPEND = -MM -MT $(@:$(suffix $@)=.$(OBJECT_SUFFIX)) 49 CC_DEPEND_FILTER = 44 50 45 51 ifndef PLATFORM_SRC
Note:
See TracChangeset
for help on using the changeset viewer.