tests: avoid spurious failures in Linux -> MinGW cross-compilation mode
[platform/upstream/automake.git] / t / ccnoco-deps.sh
index d4931d5..5d9e9b8 100755 (executable)
@@ -42,7 +42,7 @@ check-deps: all
        grep 'stdio\.h' $(DEPDIR)/foo.Po
        grep 'foobar\.h' $(DEPDIR)/foo.Po
 check-updated: all
-       is_newest foo foobar.h
+       is_newest foo$(EXEEXT) foobar.h
 END
 
 # We deliberately don't invoke AM_PROG_CC_C_O here.