fixed Makefile for building dmapi tests

Merge of master-melb:xfs-cmds:27778a by kenmcd.

  fixed Makefile for building dmapi tests
This commit is contained in:
Allan Randall
2006-12-20 02:51:57 +00:00
parent 10433178c2
commit 15b13aea06
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 ===; \