1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-04 00:30:30 +02:00

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

This commit is contained in:
Marius Vollmer 2002-03-20 20:55:57 +00:00
parent 34e011befd
commit fa378b0d11
3 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ ice9_DATA = readline.scm
snarfcppopts = $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
SUFFIXES = .x
.c.x:
$(GUILE_SNARF) $< $(snarfcppopts)
$(GUILE_SNARF) -o $@ $< $(snarfcppopts)
EXTRA_DIST = LIBGUILEREADLINE-VERSION readline.scm

View file

@ -192,7 +192,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) $< | \

View file

@ -69,6 +69,6 @@ snarfcppopts = $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
SUFFIXES = .x
.c.x:
$(GUILE_SNARF) $< $(snarfcppopts)
$(GUILE_SNARF) -o $@ $< $(snarfcppopts)
CLEANFILES = *.x