From: Thomas Roessler Date: Wed, 15 Mar 2000 09:07:29 +0000 (+0000) Subject: Add a dependency for keymap_defs.h. Hope it works now. X-Git-Tag: mutt-1-1-10-rel~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22c700e41e30c5a6a1c99187baecbbbeb6eed298;p=mutt Add a dependency for keymap_defs.h. Hope it works now. --- diff --git a/Makefile.am b/Makefile.am index 6c9a1cbb..a7aaa6e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -97,6 +97,8 @@ muttbug: muttbug.sh cp muttbug.sh muttbug chmod +x muttbug +keymap.h: keymap_defs.h + keymap_defs.h: $(OPS) $(srcdir)/gen_defs $(srcdir)/gen_defs $(OPS) > keymap_defs.h