summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/makefile.mingw.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/makefile.mingw.in b/tests/makefile.mingw.in
index 090c3af46..7d6f7f828 100644
--- a/tests/makefile.mingw.in
+++ b/tests/makefile.mingw.in
@@ -41,9 +41,11 @@ TESTS = \
all: $(TESTS)
+ifeq ($(wildcard makefile.mingw.in),makefile.mingw.in)
makefile.mingw: makefile.mingw.in
sed -e 's,@GLIB[_]MAJOR_VERSION@,@GLIB_MAJOR_VERSION@,' \
-e 's,@GLIB[_]MINOR_VERSION@,@GLIB_MINOR_VERSION@,' <$< >$@
+endif
.SUFFIXES: .c .exe