Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/lib/ddk/Makefile.in')
-rw-r--r--winsup/w32api/lib/ddk/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/w32api/lib/ddk/Makefile.in b/winsup/w32api/lib/ddk/Makefile.in
index a3d2b272a..001cd24a7 100644
--- a/winsup/w32api/lib/ddk/Makefile.in
+++ b/winsup/w32api/lib/ddk/Makefile.in
@@ -41,8 +41,8 @@ TEST_OPTIONS = \
$(ALL_CFLAGS) -Wall -pedantic -Wsystem-headers \
-c ${srcdir}/test.c -o test.o
-.PHONY: test
-test:
+.PHONY: check test
+check test:
@echo "Testing ddk..."
@for lang in c c++ objective-c; do \
echo "$$lang..."; \