Changeset 720f9f82


Ignore:
Timestamp:
Aug 28, 2020, 1:21:54 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:
42a2970
Parents:
e80051f
Message:

Minor fixes to tools Makefile to highlight why it is distributed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/Makefile.am

    re80051f r720f9f82  
    1818ACLOCAL_AMFLAGS  = -I automake
    1919
    20 AM_CFLAGS = -Wall -Wextra -O2 -g
     20EXTRA_DIST = build/distcc_hash build/push2dist.sh
    2121
    2222noinst_PROGRAMS = busy catchsig repeat watchdog
    23 EXTRA_DIST = build/distcc_hash build/push2dist.sh
     23AM_CFLAGS = -Wall -Wextra -O2 -g
     24busy_LDFLAGS     = -pthread
    2425
    2526nodist_busy_SOURCES     = busy.c
    26 nodist_busy_LDFLAGS     = -pthread
    2727nodist_catchsig_SOURCES = catchsig.c
    2828nodist_repeat_SOURCES   = repeat.c
Note: See TracChangeset for help on using the changeset viewer.