summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAllan Randall <allanr@sgi.com>2006-12-20 02:51:57 +0000
committerAllan Randall <allanr@sgi.com>2006-12-20 02:51:57 +0000
commit15b13aea06f945dddb50713b39f5899435737a0f (patch)
tree3e4537b89515f40ca35df2aee11c368046656289 /include
parent10433178c2e6b818cac9ada3542c6501ee0ae74f (diff)
fixed Makefile for building dmapi tests
Merge of master-melb:xfs-cmds:27778a by kenmcd. fixed Makefile for building dmapi tests
Diffstat (limited to 'include')
-rw-r--r--include/buildmacros2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/buildmacros b/include/buildmacros
index c6678e57..44826455 100644
--- a/include/buildmacros
+++ b/include/buildmacros
@@ -129,7 +129,7 @@ SUBDIRS_MAKERULE = \
echo "DMAPI QA NOT AVAIABLE FOR IRIX"; \
else \
$(ECHO) === $$d ===; \
- cd dmapi && $(MAKE) && cd .. || exit $$?; \
+ cd dmapi && $(MAKE) $@ && cd .. || exit $$?; \
fi; \
elif test -d "$$d" -a ! -z "$$d"; then \
$(ECHO) === $$d ===; \