Changeset 2fbc904 for Makefile.am


Ignore:
Timestamp:
Aug 31, 2020, 3:18:09 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
942453a
Parents:
eb67b47
Message:

Makefiles now pass 'distcheck' until test folder.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    reb67b47 r2fbc904  
    2727        @ls $(config_file) || (echo "Missing config.data, re-run configure script again" && false)
    2828        @$(eval config_data = $(shell cat $(config_file)))
    29         @echo "Configuring libcfa with '$(config_data)''"
     29        @echo "Configuring libcfa ($(abs_top_srcdir)/libcfa/configure) with '$(config_data)' from $(shell pwd) / $(dir $@)"
    3030        @cd $(dir $@) && $(abs_top_srcdir)/libcfa/configure $(config_data)
    3131
     
    3434man1_MANS = doc/man/cfa.1
    3535
    36 EXTRA_DIST = LICENSE doc/man/cfa.1 libcfa/configure automake libcfa/Makefile.dist.am libcfa/Makefile.dist.in
     36EXTRA_DIST = LICENSE doc/man/cfa.1 libcfa/configure libcfa/Makefile.dist.am libcfa/Makefile.dist.in
    3737
    3838debug=yes
Note: See TracChangeset for help on using the changeset viewer.