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/Makefile.in')
-rw-r--r--winsup/w32api/lib/Makefile.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/winsup/w32api/lib/Makefile.in b/winsup/w32api/lib/Makefile.in
index 507e0026a..090e2a797 100644
--- a/winsup/w32api/lib/Makefile.in
+++ b/winsup/w32api/lib/Makefile.in
@@ -70,18 +70,15 @@ DISTFILES = Makefile.in $(DEF_FILES) $(MRI_FILES) $(SOURCES)
# which is the primary default target identified in the included
# common makefile fragment, ${top_builddir}/Makefile.comm
#
-all-default: $(EXTRA_OBJS) $(LIBS) ddk directx
+all-default: $(EXTRA_OBJS) $(LIBS) $(SUBDIRS)
%-subdirs:
for dir in $(SUBDIRS); do \
$(MAKE) -C $$dir $*; \
done
-ddk:
- $(MAKE) -C $@
-
-directx:
- $(MAKE) -C $@
+$(SUBDIRS):
+ cd $@ && $(MAKE)
TEST_OPTIONS = \
$(ALL_CFLAGS) -DWINVER=0x0666 -Wall -pedantic -Wsystem-headers \