1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-03 18:50:19 +02:00

* Makefile.am (.x.doc): Bugfix: Added $(srcdir) to path in order

to allow for builds in separate tree.
This commit is contained in:
Mikael Djurfeldt 2000-09-10 20:21:42 +00:00
parent 370646da5b
commit 44ab817097

View file

@ -185,7 +185,7 @@ SUFFIXES = .x .doc
PATH=.:${PATH} ./guile-doc-snarf $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@ \
|| { rm $@; false; }
.x.doc:
PATH=.:${PATH} ./guile-doc-snarf $*.c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $*.c > /dev/null \
PATH=.:${PATH} ./guile-doc-snarf $(srcdir)/$*.c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(srcdir)/$*.c > /dev/null \
|| { rm $@; false; }
error.x: cpp_err_symbols.c