summaryrefslogtreecommitdiff
path: root/t/suffix5.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/suffix5.sh')
-rw-r--r--t/suffix5.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/t/suffix5.sh b/t/suffix5.sh
index 769766b08..576990615 100644
--- a/t/suffix5.sh
+++ b/t/suffix5.sh
@@ -29,9 +29,8 @@ AC_OUTPUT
END
cat > Makefile.am << 'END'
-.k.lo:
-## Account for VPATH issues on weaker make implementations.
- (echo $< && cat `test -f '$<' || echo $(srcdir)/`$<) > $@
+%.lo: %.k
+ (echo $< && cat $<) > $@
noinst_LTLIBRARIES = libfoo.la
libfoo_la_SOURCES = foo.k
@@ -53,7 +52,7 @@ done
$ACLOCAL
$AUTOMAKE
-grep '_OBJECTS.*foo\.lo' Makefile.in
+#grep '_OBJECTS.*foo\.lo' Makefile.in
$AUTOCONF
./configure