Changeset 4724 for trunk/include


Ignore:
Timestamp:
Dec 3, 2000, 2:03:43 AM (25 years ago)
Author:
bird
Message:

Made sure $(OBJDIR) exists before creating the <>exp.def file.

Location:
trunk/include
Files:
3 edited

Legend:

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

    r4718 r4724  
    1 # $Id: odin32.post.emx.mk,v 1.1 2000-12-02 23:50:46 bird Exp $
     1# $Id: odin32.post.emx.mk,v 1.2 2000-12-03 01:03:43 bird Exp $
    22
    33#
     
    369369!ifndef LIBTARGET
    370370!ifndef NOTEXPDEF
    371 $(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE)
     371$(OBJDIR)\$(ORGTARGET)exp.def: $(OBJDIR) $(DEFFILE)
    372372    $(IMPDEF) $** $@
    373373!endif
  • trunk/include/odin32.post.vac3.mk

    r4718 r4724  
    1 # $Id: odin32.post.vac3.mk,v 1.1 2000-12-02 23:50:47 bird Exp $
     1# $Id: odin32.post.vac3.mk,v 1.2 2000-12-03 01:03:43 bird Exp $
    22
    33#
     
    364364!ifndef LIBTARGET
    365365!ifndef NOTEXPDEF
    366 $(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE)
     366$(OBJDIR)\$(ORGTARGET)exp.def: $(OBJDIR) $(DEFFILE)
    367367    $(IMPDEF) $** $@
    368368!endif
  • trunk/include/odin32.post.wat.mk

    r4718 r4724  
    1 # $Id: odin32.post.wat.mk,v 1.1 2000-12-02 23:50:47 bird Exp $
     1# $Id: odin32.post.wat.mk,v 1.2 2000-12-03 01:03:43 bird Exp $
    22
    33#
     
    349349!ifndef LIBTARGET
    350350!ifndef NOTEXPDEF
    351 $(OBJDIR)\$(ORGTARGET)exp.def: $(DEFFILE)
     351$(OBJDIR)\$(ORGTARGET)exp.def: $(OBJDIR) $(DEFFILE)
    352352    $(IMPDEF) $[@ $@
    353353!endif
Note: See TracChangeset for help on using the changeset viewer.