summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAllan Randall <allanr@sgi.com>2007-01-02 14:38:56 +0000
committerAllan Randall <allanr@sgi.com>2007-01-02 14:38:56 +0000
commite0015c93d02db86f5e89ed4ab313e8c05368955d (patch)
treedbfc8282b455b02d0b4f8b5a476bc0728cf20585 /include
parent5902bd4c76215adc36f1b90ca3949e4fe2a32f75 (diff)
Dmapi build fix
Merge of master-melb:xfs-cmds:27826a by kenmcd. added default make option
Diffstat (limited to 'include')
-rw-r--r--include/buildmacros9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/buildmacros b/include/buildmacros
index 44826455..b2559efc 100644
--- a/include/buildmacros
+++ b/include/buildmacros
@@ -124,14 +124,7 @@ endif
SUBDIRS_MAKERULE = \
@for d in $(SUBDIRS) ""; do \
- if test "$$d" == "dmapi"; then \
- if test "$(PKG_PLATFORM)" == "irix" ; then \
- echo "DMAPI QA NOT AVAIABLE FOR IRIX"; \
- else \
- $(ECHO) === $$d ===; \
- cd dmapi && $(MAKE) $@ && cd .. || exit $$?; \
- fi; \
- elif test -d "$$d" -a ! -z "$$d"; then \
+ if test -d "$$d" -a ! -z "$$d"; then \
$(ECHO) === $$d ===; \
$(MAKEF) -C $$d $@ || exit $$?; \
fi; \