strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15e21c5
)
removed unused yynuput to fix compiler warning
author
Martin Willi
<martin@strongswan.org>
Fri, 28 Mar 2008 11:45:01 +0000
(11:45 -0000)
committer
Martin Willi
<martin@strongswan.org>
Fri, 28 Mar 2008 11:45:01 +0000
(11:45 -0000)
src/starter/Makefile.am
patch
|
blob
|
history
diff --git
a/src/starter/Makefile.am
b/src/starter/Makefile.am
index
fe903bc
..
f39a646
100644
(file)
--- a/
src/starter/Makefile.am
+++ b/
src/starter/Makefile.am
@@
-16,7
+16,7
@@
PLUTODIR=$(top_srcdir)/src/pluto
SCEPCLIENTDIR=$(top_srcdir)/src/scepclient
lex.yy.c: y.tab.c parser.l parser.y parser.h
- $(LEX)
parser.l
+ $(LEX)
--nounput parser.l
y.tab.c: parser.l parser.y parser.h
$(YACC) -v -d parser.y