]> diplodocus.org Git - nmh/commitdiff
Tell make that uip/mhical.c depends on sbr/icalparse.h
authorEric Gillespie <epg@pretzelnet.org>
Sun, 20 Sep 2020 22:47:39 +0000 (17:47 -0500)
committerEric Gillespie <epg@pretzelnet.org>
Sun, 20 Sep 2020 22:47:39 +0000 (17:47 -0500)
Makes parallel builds work again.

Makefile.am

index 329a762a99421f455195b03bdacf6c96e9e41276..57a46e355629dc235fa3f73b8ed43cc1194c3a7c 100644 (file)
@@ -1182,6 +1182,7 @@ sbr_libmh_a_LIBADD = $(LIBOBJS)
 ## Need explicit dependency so that YACC is run before LEX.
 ##
 sbr/icalendar.c: sbr/icalparse.c
 ## Need explicit dependency so that YACC is run before LEX.
 ##
 sbr/icalendar.c: sbr/icalparse.c
+uip/mhical.c: sbr/icalparse.h
 
 ##
 ## Because these files use the definitions in the libmh rule below,
 
 ##
 ## Because these files use the definitions in the libmh rule below,