Changeset 5992ff4


Ignore:
Timestamp:
Dec 9, 2020, 6:04:42 PM (3 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:
7d4ce2a
Parents:
a1850ac
Message:

Tentative fix to last commit

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    ra1850ac r5992ff4  
    2222
    2323SUBDIRS = driver src . @LIBCFA_TARGET_DIRS@
    24 DIST_SUBDIRS = driver src . libcfa tests tools tools/prettyprinter
     24DIST_SUBDIRS = driver src . libcfa tests
    2525
    2626@LIBCFA_TARGET_MAKEFILES@ : Makefile $(srcdir)/libcfa/configure
     
    3535man1_MANS = doc/man/cfa.1
    3636
    37 EXTRA_DIST = LICENSE doc/man/cfa.1 libcfa/configure libcfa/Makefile.dist.am libcfa/Makefile.dist.in
     37EXTRA_DIST = LICENSE doc/man/cfa.1 libcfa/configure libcfa/Makefile.dist.am libcfa/Makefile.dist.in tools/build/distcc_hash tools/build/push2dist.sh
    3838
    3939debug=yes
  • tools/Makefile.am

    ra1850ac r5992ff4  
    1818ACLOCAL_AMFLAGS  = -I automake
    1919
    20 EXTRA_DIST = build/distcc_hash build/push2dist.sh
    21 
    2220noinst_PROGRAMS = busy catchsig repeat watchdog
    2321AM_CFLAGS = -Wall -Wextra -O2 -g
Note: See TracChangeset for help on using the changeset viewer.