Changeset 269

Show
Ignore:
Timestamp:
07/04/07 14:24:46 (1 year ago)
Author:
nicolas
Message:

check if wol dir exists before entering

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/Makefile

    r268 r269  
    22 
    33wol: 
     4        [ -f $(WOL_DIR) ] 
    45        (cd $(WOL_DIR); ./configure --enable-static; make CFLAGS=-O2 wol_LDFLAGS=--static;) 
    56        cp $(WOL_DIR)/src/wol .