mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-16 18:50:23 +02:00
(.x): Change from %.c %.x style to .c.x style
since the former is a GNU make extension. (Rule now as per libguile/Makefile.am.)
This commit is contained in:
parent
d009b876f2
commit
2c70341b70
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ AM_LDFLAGS = $(GUILE_CFLAGS)
|
|||
|
||||
snarfcppopts = \
|
||||
$(DEFS) $(DEFAULT_INCLUDES) $(CPPFLAGS) $(CFLAGS) -I$(top_srcdir)
|
||||
%.x: %.c
|
||||
SUFFIXES = .x
|
||||
.c.x:
|
||||
${top_builddir}/libguile/guile-snarf -o $@ $< $(snarfcppopts)
|
||||
|
||||
CLEANFILES = *.x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue