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/Makefile.in')
-rw-r--r--winsup/w32api/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/w32api/Makefile.in b/winsup/w32api/Makefile.in
index c8d5ce969..f70ce08f2 100644
--- a/winsup/w32api/Makefile.in
+++ b/winsup/w32api/Makefile.in
@@ -43,8 +43,8 @@ all: $(SUBDIRS)
$(SUBDIRS):
$(MAKE) -C $@
-test:
- $(MAKE) -C lib test
+check test:
+ $(MAKE) -C lib $@
install uninstall:
for dir in $(SUBDIRS); do \
@@ -141,6 +141,6 @@ distclean: clean-top
maintainer-clean: maintainer-clean-subdirs
-.PHONY: lib test
+.PHONY: lib check test
# Makefile.in: end of file