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/Makefile.in')
-rw-r--r--winsup/Makefile.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/winsup/Makefile.in b/winsup/Makefile.in
index f29734de9..8302f0c66 100644
--- a/winsup/Makefile.in
+++ b/winsup/Makefile.in
@@ -40,8 +40,8 @@ SUBDIRS=@SUBDIRS@
INSTALL_SUBDIRS=${patsubst %,install_%,$(SUBDIRS)}
CLEAN_SUBDIRS=${patsubst %,clean_%,$(SUBDIRS)}
-.PHONY: all install clean $(SUBDIRS) $(INSTALL_SUBDIRS) \
- $(CLEAN_SUBDIRS)
+.PHONY: all install clean all-info info install-info \
+ $(SUBDIRS) $(INSTALL_SUBDIRS) $(CLEAN_SUBDIRS)
.SUFFIXES:
@@ -59,6 +59,12 @@ install: Makefile $(INSTALL_SUBDIRS)
clean: $(CLEAN_SUBDIRS)
+all-info:
+
+install-info:
+
+info:
+
$(SUBDIRS):
@$(MAKE) -C $@ all