]> diplodocus.org Git - nmh/blobdiff - Makefile.am
uip/mhfree.c: Make free_header() static.
[nmh] / Makefile.am
index a284150eda71554677b635b5ae8ff214f2bd1647..da0d2881c797091f211ee96f733912c0f17d4628 100644 (file)
@@ -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.