Changeset 8617 for trunk/include


Ignore:
Timestamp:
Jun 9, 2002, 5:07:00 PM (23 years ago)
Author:
bird
Message:

Exclude dummy.c from the dependencies.

Location:
trunk/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odin32.post.vac3.mk

    r8236 r8617  
    1 # $Id: odin32.post.vac3.mk,v 1.27 2002-04-11 21:23:57 bird Exp $
     1# $Id: odin32.post.vac3.mk,v 1.28 2002-06-09 15:07:00 bird Exp $
    22
    33#
     
    338338dep: dep_internal $(ADDITIONAL_DEP)
    339339dep_internal:
    340     $(DEPEND) $(CINCLUDES) *.c *.cpp *.h *.asm *.inc *.rc *.dlg -robj *.orc
     340    $(DEPEND) $(CINCLUDES) -xdummy.c *.c *.cpp *.h *.asm *.inc *.rc *.dlg -robj *.orc
    341341!ifdef SUBDIRS
    342342    @$(DODIRS) "$(SUBDIRS)"  $(MAKE_CMD) dep
  • trunk/include/odin32.post.wat.mk

    r7853 r8617  
    1 # $Id: odin32.post.wat.mk,v 1.19 2002-02-09 17:26:36 sandervl Exp $
     1# $Id: odin32.post.wat.mk,v 1.20 2002-06-09 15:07:00 bird Exp $
    22
    33#
     
    305305dep: dep_internal $(ADDITIONAL_DEP) .SYMBOLIC
    306306dep_internal: .SYMBOLIC
    307     $(DEPEND) $(CINCLUDES) *.c *.cpp *.h *.asm *.inc *.rc *.dlg -robj *.orc
     307    $(DEPEND) $(CINCLUDES) -xdummy.c *.c *.cpp *.h *.asm *.inc *.rc *.dlg -robj *.orc
    308308!ifdef SUBDIRS
    309309    @$(DODIRS) "$(SUBDIRS)"  $(MAKE_CMD) dep
  • trunk/include/odin32.post.watn.mk

    r7853 r8617  
    1 # $Id: odin32.post.watn.mk,v 1.3 2002-02-09 17:26:36 sandervl Exp $
     1# $Id: odin32.post.watn.mk,v 1.4 2002-06-09 15:07:00 bird Exp $
    22
    33#
     
    306306dep: dep_internal $(ADDITIONAL_DEP)
    307307dep_internal:
    308     $(DEPEND) $(CINCLUDES) *.c *.cpp *.h *.asm *.inc *.rc *.dlg -robj *.orc
     308    $(DEPEND) $(CINCLUDES) -xdummy.c *.c *.cpp *.h *.asm *.inc *.rc *.dlg -robj *.orc
    309309!ifdef SUBDIRS
    310310    @$(DODIRS) "$(SUBDIRS)"  $(MAKE_CMD) dep
Note: See TracChangeset for help on using the changeset viewer.