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:
73f5940
)
parser.l includes y.tab.h, so it must be built first
author
Tobias Brunner
<tobias@strongswan.org>
Fri, 5 Mar 2010 13:24:56 +0000
(14:24 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Fri, 5 Mar 2010 13:59:22 +0000
(14:59 +0100)
src/starter/Makefile.am
patch
|
blob
|
history
diff --git
a/src/starter/Makefile.am
b/src/starter/Makefile.am
index
7524b5f
..
a235013
100644
(file)
--- a/
src/starter/Makefile.am
+++ b/
src/starter/Makefile.am
@@
-38,7
+38,7
@@
if USE_CHARON
AM_CFLAGS += -DSTART_CHARON
endif
-lex.yy.c: $(srcdir)/parser.l $(srcdir)/parser.y $(srcdir)/parser.h
+lex.yy.c: $(srcdir)/parser.l $(srcdir)/parser.y $(srcdir)/parser.h
y.tab.h
$(LEX) $(srcdir)/parser.l
y.tab.c: $(srcdir)/parser.y $(srcdir)/parser.l $(srcdir)/parser.h