Changeset 4824 for trunk/src


Ignore:
Timestamp:
Dec 17, 2000, 4:37:33 AM (25 years ago)
Author:
bird
Message:

Ifed and hid the createpath statement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dllentry/makefile

    r4818 r4824  
    1 # $Id: makefile,v 1.8 2000-12-16 23:31:08 bird Exp $
     1# $Id: makefile,v 1.9 2000-12-17 03:37:33 bird Exp $
    22
    33#
     
    5555# Create lib directory.
    5656$(ODIN32_LIB):
    57     $(CREATEPATH) $(ODIN32_LIB)
     57    @if not exist $(ODIN32_LIB) $(CREATEPATH) $(ODIN32_LIB)
    5858
    5959
Note: See TracChangeset for help on using the changeset viewer.