PennMUSH Community

Changeset 827

Show
Ignore:
Timestamp:
05/07/07 13:24:18 (2 years ago)
Author:
shawnw
Message:

Clarified the Makefile rule for config.h's message about re-running configure to catch a case where config.h wasn't updated by doing so.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/branches/devel/Makefile.in

    r803 r827  
    4141config.h: configure 
    4242    @echo "Looks like your configure has been updated." 
    43     @echo "Run that first." 
     43    @echo "Run that first. If you did just run configure and" 
     44    @echo "it said that config.h was unchanged, 'touch config.h'" 
     45    @echo "to suppress this message and continue compiling." 
    4446    exit 1 
    4547