From 117a59d7a2998077d5e5163ce1f8d11edd220944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sun, 3 Nov 2013 12:22:39 +0000 Subject: Pass the name of the sed executable as an explicit argurment to runlex.sh (like it is done with LEX already). May fix a problem on Windows with cmake. svn path=/trunk/; revision=53059 --- Makefile.nmake.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.nmake.inc') diff --git a/Makefile.nmake.inc b/Makefile.nmake.inc index 2fba495077..5bc868e992 100644 --- a/Makefile.nmake.inc +++ b/Makefile.nmake.inc @@ -6,17 +6,17 @@ # Wireshark - Network traffic analyzer # By Gerald Combs # Copyright 2007 Gerald Combs -# +# # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. @@ -24,4 +24,4 @@ .SUFFIXES: .l .l.c: - $(SH) $(RUNLEX) "$(LEX)" -o$@ $< + $(SH) $(RUNLEX) "$(LEX)" "$(SED)" -o$@ $< -- cgit v1.2.3