From: David Levine Date: Sun, 14 May 2017 17:08:03 +0000 (-0400) Subject: Added explicit dependency to build sbr/icalparse.h before running LEX. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/3deb45e64aab151581891a10a1650915dff2e4b8?hp=c5ef7e3f83bdcb3cc581d9650597c8f432b60d9a Added explicit dependency to build sbr/icalparse.h before running LEX. "Fix" to commit 665dfc96. The build had been relying upon the listed order of files. --- diff --git a/Makefile.am b/Makefile.am index 4b1cb3dd..da0d2881 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1040,6 +1040,11 @@ sbr_libmh_a_SOURCES = \ sbr_libmh_a_LIBADD = $(LIBOBJS) +## +## Need explicit dependency so that YACC is run before LEX. +## +sbr/icalendar.c: sbr/icalparse.c + ## ## Because these files use the definitions in the libmh rule below, ## they need to be rebuilt if the Makefile changes.