automake: Ensure ircd_parser.h is created
Fixes random travis explosions
This commit is contained in:
parent
dfd7d4b103
commit
2b535500f9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ AM_CPPFLAGS = @LTDLINCL@ -I$(top_srcdir)/include -I$(top_srcdir)/librb/include
|
||||||
AM_LDFLAGS = -L$(top_srcdir)/librb/src -export-dynamic -avoid-version -no-undefined
|
AM_LDFLAGS = -L$(top_srcdir)/librb/src -export-dynamic -avoid-version -no-undefined
|
||||||
AM_YFLAGS = -d
|
AM_YFLAGS = -d
|
||||||
|
|
||||||
BUILT_SOURCES = version.c
|
BUILT_SOURCES = ircd_parser.h version.c
|
||||||
|
|
||||||
version.c: version.c.SH ../CREDITS ../include/patchlevel.h ../include/serno.h
|
version.c: version.c.SH ../CREDITS ../include/patchlevel.h ../include/serno.h
|
||||||
$(SHELL) version.c.SH
|
$(SHELL) version.c.SH
|
||||||
|
|
Loading…
Reference in a new issue