Changeset 771 for trunk/Makefile.am


Ignore:
Timestamp:
Jan 31, 2009, 11:40:09 PM (15 years ago)
Author:
Peter Johansson
Message:

adding svn-support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r768 r771  
    3131  rm -rf svndigest *~
    3232
     33if ENABLE_SVN_SUPPORT
     34include build_support/svn_support.am
     35endif
    3336
    34 md5: dist
    35   md5sum $(DIST_ARCHIVES) > $(DIST_ARCHIVES).MD5
     37
     38# This is a workaround to avoid a broken make when .m4 files are
     39# renamed or deleted. Something similar will be provided by Automake 1.11
     40$(am__aclocal_m4_deps):
Note: See TracChangeset for help on using the changeset viewer.