1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00

(.c.x): Pass "-o $@" to guile-snarf.

This commit is contained in:
Marius Vollmer 2002-03-24 13:48:34 +00:00
parent 66c4b10985
commit 2c7a286a97
3 changed files with 3 additions and 3 deletions

View file

@ -195,7 +195,7 @@ snarfcppopts = $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
SUFFIXES = .x .doc
.c.x:
./guile-snarf $< $(snarfcppopts)
./guile-snarf -o $@ $< $(snarfcppopts)
.c.doc:
-(test -n "${AWK+set}" || AWK="@AWK@"; ${AWK} -f ./guile-func-name-check $<)
(./guile-snarf-docs $(snarfcppopts) $< | \