From: Eric Gillespie Date: Sun, 20 Sep 2020 22:47:39 +0000 (-0500) Subject: Tell make that uip/mhical.c depends on sbr/icalparse.h X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/7540f02725475698a47046ebf4e55b3e8dea5ab6?ds=inline;hp=403805faa7a8564c103801891b5abf33974767ad Tell make that uip/mhical.c depends on sbr/icalparse.h Makes parallel builds work again. --- diff --git a/Makefile.am b/Makefile.am index 329a762a..57a46e35 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 +uip/mhical.c: sbr/icalparse.h ## ## Because these files use the definitions in the libmh rule below,