aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am.inc
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-02-02 01:47:16 +0000
committerJoão Valverde <j@v6e.pt>2016-02-02 22:31:49 +0000
commiteffc85320d84be56c4e10e43b38f9f3583da5f52 (patch)
tree508415de2fc9afea90f03658c3771fe7f33536ee /Makefile.am.inc
parentfd52f9294733564f9505607ab589fe3d13ab1d6e (diff)
Remove GNU make extension
Only marginally useful in this case. Change-Id: I62eace56128b10f409b6139599f098e6604675cd Reviewed-on: https://code.wireshark.org/review/13672 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'Makefile.am.inc')
-rw-r--r--Makefile.am.inc4
1 files changed, 2 insertions, 2 deletions
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)\"