Changeset 8c92848 for Makefile.in


Ignore:
Timestamp:
Oct 25, 2003, 11:00:13 PM (20 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
37eab7f
Parents:
db2dd3d
Message:
More AIM logout detection
Don't proclaim "interfaces changed" on first build.
Started experimenting with chatoom stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    rec6ff52 r8c92848  
    6969        perl codelist.pl > owl_prototypes.h.new
    7070        @cmp -s owl_prototypes.h.new $@ || { \
    71          echo 'Interfaces changed!'; \
     71         test -f $@ && echo 'Interfaces changed!'; \
    7272         echo mv -f owl_prototypes.h.new $@; \
    7373              mv -f owl_prototypes.h.new $@; }
Note: See TracChangeset for help on using the changeset viewer.