Changeset 7267 for trunk/include


Ignore:
Timestamp:
Oct 29, 2001, 3:20:13 PM (24 years ago)
Author:
bird
Message:

Added dummy.c to the clean rule.

Location:
trunk/include
Files:
3 edited

Legend:

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

    r7257 r7267  
    1 # $Id: odin32.post.vac3.mk,v 1.23 2001-10-29 10:00:57 achimha Exp $
     1# $Id: odin32.post.vac3.mk,v 1.24 2001-10-29 14:20:12 bird Exp $
    22
    33#
     
    462462clean:  clean2
    463463!endif
    464     $(RM) *.lib *.res *.map *.pch \
     464    $(RM) *.lib *.res *.map *.pch dummy.c \
    465465!if "$(OBJDIR)" != ""
    466466     $(OBJDIR)\* \
  • trunk/include/odin32.post.wat.mk

    r6896 r7267  
    1 # $Id: odin32.post.wat.mk,v 1.17 2001-09-30 09:46:16 bird Exp $
     1# $Id: odin32.post.wat.mk,v 1.18 2001-10-29 14:20:13 bird Exp $
    22
    33#
     
    431431clean:  clean2 .SYMBOLIC
    432432!endif
    433     $(RM) *.lib *.res *.map *.pch \
     433    $(RM) *.lib *.res *.map *.pch dummy.c \
    434434!if "$(OBJDIR)" != ""
    435435     $(OBJDIR)\* \
  • trunk/include/odin32.post.watn.mk

    r6907 r7267  
    1 # $Id: odin32.post.watn.mk,v 1.1 2001-10-01 01:19:57 bird Exp $
     1# $Id: odin32.post.watn.mk,v 1.2 2001-10-29 14:20:13 bird Exp $
    22
    33#
     
    432432clean:  clean2
    433433!endif
    434     $(RM) *.lib *.res *.map *.pch \
     434    $(RM) *.lib *.res *.map *.pch dummy.c \
    435435!if "$(OBJDIR)" != ""
    436436     $(OBJDIR)\* \
Note: See TracChangeset for help on using the changeset viewer.