X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/665dfc96f45c47ecfae79f1baa2c29dabe5a2ded..95736f0890b942d14a6223f0ec8abc4500bce74c:/Makefile.am diff --git a/Makefile.am b/Makefile.am index a284150e..da0d2881 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1000,7 +1000,6 @@ sbr_libmh_a_SOURCES = \ sbr/print_sw.c \ sbr/print_version.c \ sbr/push.c \ - sbr/putenv.c \ sbr/r1bindex.c \ sbr/read_line.c \ sbr/read_switch.c \ @@ -1041,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.