From de86635c9dab9762f01611fb43b6db1938e8622d Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Thu, 13 Jun 2019 16:43:36 +0100 Subject: [PATCH] Makefile.am: added 'bench_libre2c' to noinst_PROGRAMS (so that automake picks it as a target). --- Makefile.am | 1 + Makefile.lib.am | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 0214c186..72ff13ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,7 @@ RE2CFLAGS = -br -W # binary bin_PROGRAMS = re2c +noinst_PROGRAMS = RE2C = re2c$(EXEEXT) # sources diff --git a/Makefile.lib.am b/Makefile.lib.am index dc26452c..1b5bdd58 100644 --- a/Makefile.lib.am +++ b/Makefile.lib.am @@ -186,4 +186,5 @@ bench_libre2c_SOURCES = lib/bench.cc bench_libre2c_CXXFLAGS = $(AM_CXXFLAGS) -std=c++11 bench_libre2c_LDFLAGS = $(LDFLAGS_RE2) bench_libre2c_LDADD = libre2c.la +noinst_PROGRAMS += bench_libre2c -- 2.40.0