Changeset 146 in Main for trunk


Ignore:
Timestamp:
Sep 25, 2024, 2:07:09 AM (7 weeks ago)
Author:
Nishi
Message:

make them depend on config.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r145 r146  
    1313all: ./Server ./Module ./Manpage ./Tool/genconf ./Tool/itworks
    1414
    15 ./Tool/option: ./Tool/option.c
     15./Tool/option: ./Tool/option.c config.h
    1616        cc -o $@ ./Tool/option.c
    1717
    18 ./Tool/genconf: ./Tool/genconf.c
     18./Tool/genconf: ./Tool/genconf.c config.h
    1919        cc -o $@ ./Tool/genconf.c
    2020
    21 ./Tool/itworks: ./Tool/itworks.c
     21./Tool/itworks: ./Tool/itworks.c config.h
    2222        cc -o $@ ./Tool/itworks.c
    2323
Note: See TracChangeset for help on using the changeset viewer.