Ignore:
Timestamp:
Sep 28, 2000, 5:06:28 AM (25 years ago)
Author:
bird
Message:

Corrected inclusion of .depend and for some defined PDWIN32_INCLUDE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/wrc/makefile.os2

    r3476 r4332  
    1 # $Id: makefile.os2,v 1.10 2000-05-02 14:33:04 bird Exp $
     1# $Id: makefile.os2,v 1.11 2000-09-28 03:06:28 bird Exp $
    22
    33
     
    5757        *.h *.asm *.inc  $(PDWIN32_INCLUDE)\*.h *.c *.cpp -objo *.c *.cpp
    5858
    59 !ifndef NODEP
    60 !include .depend
    61 !endif
    62 
    6359
    6460clean:
     
    6662#    $(RM) y.tab.c y.tab.h lexyy.c *.o *.exe
    6763
     64#
     65# Include the .depend file.
     66#   If the depend file don't exists we'll complain about it.
     67#
     68!ifndef NODEP
     69!   if [$(EXISTS) .depend] == 0
     70!       include .depend
     71!   else
     72!       if [$(ECHO) .depend doesn't exist]
     73!       endif
     74!   endif
     75!endif
     76
Note: See TracChangeset for help on using the changeset viewer.