aboutsummaryrefslogtreecommitdiff
path: root/winsup/w32api/lib
diff options
context:
space:
mode:
authorKeith Marshall <keithmarshall@@users.sf.net>2012-01-16 20:26:49 +0000
committerKeith Marshall <keithmarshall@@users.sf.net>2012-01-16 20:26:49 +0000
commitec54dd65e2fc551a1549a081ef86c0d5f96528b0 (patch)
tree9eaf30617b41bdc5dfd4c9cf47d6968041963df2 /winsup/w32api/lib
parent32bd06e544568b4d2cd89cf2ddd7040c4a7132c8 (diff)
downloadnewlib-ec54dd65e2fc551a1549a081ef86c0d5f96528b0.zip
newlib-ec54dd65e2fc551a1549a081ef86c0d5f96528b0.tar.gz
newlib-ec54dd65e2fc551a1549a081ef86c0d5f96528b0.tar.bz2
Generalise makefile references to subdirectories of lib.
Diffstat (limited to 'winsup/w32api/lib')
-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 507e002..090e2a7 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 \