diff options
author | Andy Wingo <wingo@pobox.com> | 2013-01-21 22:10:28 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2013-01-21 22:11:02 +0100 |
commit | 0bc37aec599e46d27689935bda761394c2de801e (patch) | |
tree | fdd41f7fd30a13fb9bf5e8d24fe525cec4af1aac /libguile/Makefile.am | |
parent | b3219085d92f6ab67347f251b651a65c3a7b6c1e (diff) |
add dynl.x dep on libpath.h
* libguile/Makefile.am (dynl.x): Add dep on libpath.h. Thanks to Bogdan
Marinescu for the report.
Diffstat (limited to 'libguile/Makefile.am')
-rw-r--r-- | libguile/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/Makefile.am b/libguile/Makefile.am index e2164354d..f020595e2 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with Automake to create Makefile.in ## -## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. ## ## This file is part of GUILE. ## @@ -700,6 +700,7 @@ $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES): scmconfig.h snarf.h guile-snarf-docs.in error.x: cpp-E.c posix.x: cpp-SIG.c load.x: libpath.h +dynl.x: libpath.h alldotdocfiles = $(DOT_DOC_FILES) $(EXTRA_DOT_DOC_FILES) snarf2checkedtexi = GUILE_AUTO_COMPILE=0 $(top_builddir)/meta/uninstalled-env guild snarf-check-and-output-texi |