mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-15 08:10:17 +02:00
(.c.x): Pass "-o $@" to guile-snarf.
This commit is contained in:
parent
66c4b10985
commit
2c7a286a97
3 changed files with 3 additions and 3 deletions
|
@ -70,6 +70,6 @@ snarfcppopts = $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
|||
|
||||
SUFFIXES = .x
|
||||
.c.x:
|
||||
$(GUILE_SNARF) $< $(snarfcppopts)
|
||||
$(GUILE_SNARF) -o $@ $< $(snarfcppopts)
|
||||
|
||||
CLEANFILES = *.x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue