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/database/gd/Makefile.gcc

    r2714 r4332  
    7474    @nmake /nologo -f makefile NODEP=1 dep
    7575
    76 !ifndef NODEP
    77 !include .depend
    78 !endif
    79 
    8076clean:
    8177    -@$(RM) *.$(O) *.$(A) *.exe *.map
    8278
     79#
     80# Include the .depend file.
     81#   If the depend file don't exists we'll complain about it.
     82#
     83!ifndef NODEP
     84!   if [$(EXISTS) .depend] == 0
     85!       include .depend
     86!   else
     87!       if [$(ECHO) .depend doesn't exist]
     88!       endif
     89!   endif
     90!endif
     91
Note: See TracChangeset for help on using the changeset viewer.