Ignore:
Timestamp:
Jun 26, 2002, 6:45:45 AM (23 years ago)
Author:
bird
Message:

No need for dependenices in TESTCASEes and EMPTY makefiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/process.mak

    r8714 r8768  
    1 # $Id: process.mak,v 1.14 2002-06-19 02:16:27 bird Exp $
     1# $Id: process.mak,v 1.15 2002-06-26 04:45:45 bird Exp $
    22
    33#
     
    664664    @ \
    665665!endif
     666!if "$(TARGET_MODE)" != "EMPTY" && "$(TARGET_MODE)" != "TESTCASE"
    666667    $(TOOL_DEP) $(TOOL_DEP_FLAGS) -o$$(PATH_TARGET) -d$(TARGET_DEPEND)\
    667 !ifdef TARGET_NO_DEP
     668! ifdef TARGET_NO_DEP
    668669        -x$(TARGET_NO_DEP: =;)\
    669 !endif
     670! endif
    670671        $(TOOL_DEP_FILES)
     672!endif
    671673!ifdef SUBDIRS
    672674    @$(TOOL_DODIRS) "$(SUBDIRS)" $(TOOL_MAKE) -f $(BUILD_MAKEFILE) NODEP=1 $@
Note: See TracChangeset for help on using the changeset viewer.