1
Fork 0
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:
Kevin Ryde 2006-12-02 23:07:43 +00:00
parent d009b876f2
commit 2c70341b70

View file

@ -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