]> diplodocus.org Git - nmh/commitdiff
Added explicit dependency to build sbr/icalparse.h before running LEX.
authorDavid Levine <levinedl@acm.org>
Sun, 14 May 2017 17:08:03 +0000 (13:08 -0400)
committerDavid Levine <levinedl@acm.org>
Mon, 15 May 2017 01:24:49 +0000 (21:24 -0400)
"Fix" to commit 665dfc96.  The build had been relying upon the listed
order of files.

Makefile.am

index 4b1cb3ddd4c154aae4872651a3e51a44414f1ffc..da0d2881c797091f211ee96f733912c0f17d4628 100644 (file)
@@ -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.