From effc85320d84be56c4e10e43b38f9f3583da5f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Tue, 2 Feb 2016 01:47:16 +0000 Subject: Remove GNU make extension MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Only marginally useful in this case. Change-Id: I62eace56128b10f409b6139599f098e6604675cd Reviewed-on: https://code.wireshark.org/review/13672 Reviewed-by: João Valverde --- Makefile.am.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am.inc') diff --git a/Makefile.am.inc b/Makefile.am.inc index 35a6e4ef6c..5b171aaf96 100644 --- a/Makefile.am.inc +++ b/Makefile.am.inc @@ -23,9 +23,9 @@ AUTOMAKE_OPTIONS = -Wno-portability lemon_srcdir = $(top_srcdir)/tools/lemon -LEMON ?= $(top_builddir)/tools/lemon/lemon$(EXEEXT) +LEMON = $(top_builddir)/tools/lemon/lemon$(EXEEXT) -RUNLEX ?= $(top_srcdir)/tools/runlex.sh +RUNLEX = $(top_srcdir)/tools/runlex.sh AM_CPPFLAGS = $(WS_CPPFLAGS) -I$(top_srcdir) -DTOP_SRCDIR=\"$(abs_top_srcdir)\" -- cgit v1.2.1