Changeset 1050 for trunk/makefile


Ignore:
Timestamp:
Jul 8, 2008, 1:29:45 AM (17 years ago)
Author:
John Small
Message:

Fixed repeated compiles when running "wmake -a dist".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r983 r1050  
    105105!ifdef DEBUG
    106106!  ifeq DEBUG 0
    107      $(MAKE) $(__MAKEOPTS__) $(DEBUG_OPT) lxlite
     107#      $(MAKE) $(__MAKEOPTS__) $(DEBUG_OPT) lxlite
     108     $(MAKE) $(DEBUG_OPT) lxlite
    108109!  endif
    109110!else
    110   $(MAKE) $(__MAKEOPTS__) $(DEBUG_OPT) lxlite
     111#   $(MAKE) $(__MAKEOPTS__) $(DEBUG_OPT) lxlite
     112  $(MAKE) $(DEBUG_OPT) lxlite
    111113!endif
    112114  cd ..
Note: See TracChangeset for help on using the changeset viewer.