Changeset 39586c8 for Makefile.am


Ignore:
Timestamp:
Jul 17, 2009, 9:44:44 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
ed62482
Parents:
db98968
git-author:
Nelson Elhage <nelhage@mit.edu> (07/17/09 20:38:23)
git-committer:
Nelson Elhage <nelhage@mit.edu> (07/17/09 21:44:44)
Message:
Makefile: Display what changed in owl_prototypes.h.

This is a manual crossport of ac40fdf0f0c8d27409111b26970341085b39848c
to the automake branch.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r37f27bc r39586c8  
    4242owl_prototypes.h: codelist.pl varstubs.c $(BASE_SRCS)
    4343        perl codelist.pl > owl_prototypes.h.new
    44         @cmp -s owl_prototypes.h.new $@ || { \
     44        @diff -U0 $@ owl_prototypes.h.new || { \
    4545         test -f $@ && echo 'Interfaces changed!'; \
    4646         echo mv -f owl_prototypes.h.new $@; \
Note: See TracChangeset for help on using the changeset viewer.