From b18b59e03689a20e988b6068499c6f2a561fcbdc Mon Sep 17 00:00:00 2001 From: Stephan Wiesand Date: Thu, 31 Jul 2014 20:50:04 +0200 Subject: [PATCH] libafs: remove stray "-v 2" argument to afs_compile_et Commit 4e6b7ab904d38d38da1b80a7342bd815668a8c09 separated the compile_et rules for creating the source and header files using the new -emit functionality. During review for inclusion in 1.6, Chas Williams spotted a stray "-v 2" carried over to the rule for creating the header file, where it doesn't apply. Remove it. Change-Id: I554354eae0fa018e56fe7b78df69a43e5b5a0b07 Reviewed-on: http://gerrit.openafs.org/11347 Reviewed-by: Chas Williams - CONTRACTOR Tested-by: BuildBot Reviewed-by: Benjamin Kaduk Reviewed-by: D Brashear --- src/afs/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/Makefile.in b/src/afs/Makefile.in index ccb9265..c37c4de 100644 --- a/src/afs/Makefile.in +++ b/src/afs/Makefile.in @@ -17,7 +17,7 @@ all: depinstall generated: afs_trace.h afs_trace.msf unified_afs.c unified_afs.h afs_trace.h: afs_trace.et - ${COMPILE_ET_H} -v 2 -p ${srcdir} afs_trace.et + ${COMPILE_ET_H} -p ${srcdir} afs_trace.et afs_trace.msf: afs_trace.et ${COMPILE_ET_C} -v 2 -p ${srcdir} afs_trace.et -- 1.9.4