* t/subobj-vpath-pr13928.sh: This one. The test would have failed (or
hung!) even if the bug it was testing against were fixed.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
noinst_PROGRAMS = test
test_SOURCES = $(srcdir)/test.c
test-objs:
- test ! -f $(srcdir)/test.$(OBJEXT)
+ test ! -f '@srcdir@/test.$(OBJEXT)'
test -f test.$(OBJEXT)
END
$EGREP 'test\.|DEPDIR|dirstamp|srcdir' Makefile.in || : # For debugging.
$EGREP '\$.srcdir./test\.[o$]' Makefile.in && exit 1
$FGREP '$(srcdir)/$(am__dirstamp)' Makefile.in && exit 1
-$FGREP '$(srcdir)/$(DEPDIR)' && exit 1
+$FGREP '$(srcdir)/$(DEPDIR)' Makefile.in && exit 1
cat > test.c << 'END'
int main (void)