From 8f9ae7fd52f88a273025f01511a89d19e71546cc Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Mon, 14 Apr 2003 15:55:18 +0000 Subject: [PATCH] * standalone/Makefile.am: change from .c.x to .x to be consistent with the rest of guile. --- test-suite/standalone/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test-suite/standalone/Makefile.am b/test-suite/standalone/Makefile.am index f4ed769b3..22d199a03 100644 --- a/test-suite/standalone/Makefile.am +++ b/test-suite/standalone/Makefile.am @@ -14,10 +14,10 @@ test_cflags := \ -I$(top_srcdir)/libguile-ltdl snarfcppopts = $(DEFS) $(DEFAULT_INCLUDES) $(CPPFLAGS) $(CFLAGS) -%.c.x: %.c +%.x: %.c ${top_builddir}/libguile/guile-snarf -o $@ $< $(snarfcppopts) -CLEANFILES = *.c.x +CLEANFILES = *.x .DELETE_ON_ERROR: @@ -37,11 +37,11 @@ TESTS += test-gh # test-asmobs noinst_LTLIBRARIES += libtest-asmobs.la -libtest_asmobs_la_SOURCES = test-asmobs-lib.c test-asmobs-lib.c.x +libtest_asmobs_la_SOURCES = test-asmobs-lib.c test-asmobs-lib.x libtest_asmobs_la_CFLAGS = ${test_cflags} libtest_asmobs_la_LDFLAGS = -rpath `pwd` # so libtool will really build an .so libtest_asmobs_la_LIBADD = ${top_builddir}/libguile/libguile.la -BUILT_SOURCES += test-asmobs-lib.c.x +BUILT_SOURCES += test-asmobs-lib.x check_SCRIPTS += test-asmobs TESTS += test-asmobs