Changeset 8768 for trunk/make/process.mak
- Timestamp:
- Jun 26, 2002, 6:45:45 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/make/process.mak
r8714 r8768 1 # $Id: process.mak,v 1.1 4 2002-06-19 02:16:27bird Exp $1 # $Id: process.mak,v 1.15 2002-06-26 04:45:45 bird Exp $ 2 2 3 3 # … … 664 664 @ \ 665 665 !endif 666 !if "$(TARGET_MODE)" != "EMPTY" && "$(TARGET_MODE)" != "TESTCASE" 666 667 $(TOOL_DEP) $(TOOL_DEP_FLAGS) -o$$(PATH_TARGET) -d$(TARGET_DEPEND)\ 667 ! ifdef TARGET_NO_DEP668 ! ifdef TARGET_NO_DEP 668 669 -x$(TARGET_NO_DEP: =;)\ 669 ! endif670 ! endif 670 671 $(TOOL_DEP_FILES) 672 !endif 671 673 !ifdef SUBDIRS 672 674 @$(TOOL_DODIRS) "$(SUBDIRS)" $(TOOL_MAKE) -f $(BUILD_MAKEFILE) NODEP=1 $@
Note:
See TracChangeset
for help on using the changeset viewer.