summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBarry Naujok <bnaujok@sgi.com>2008-11-20 14:22:49 +0000
committerBarry Naujok <bnaujok@sgi.com>2008-11-20 14:22:49 +0000
commit2ccda108c474caf58c5d7ebf090af072795df0c0 (patch)
tree16e783f22cadc465a989fa1998b47b66e99c49c0 /Makefile
parentdc4bae27a448ed6f02a354e33feabb40dc5dc7f9 (diff)
xfstests: check for dmapi headers
Merge of master-melb:xfs-cmds:32507a by kenmcd. xfstests: check for dmapi headers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0a0fc279..39e52906 100644
--- a/Makefile
+++ b/Makefile
@@ -25,8 +25,10 @@ else
$(SUBDIRS_MAKERULE)
# automake doesn't always support "default" target
# so do dmapi make explicitly with "all"
+ifeq ($(HAVE_DMAPI), true)
cd $(TOPDIR)/dmapi; make all
endif
+endif
ifeq ($(HAVE_BUILDDEFS), yes)
include $(BUILDRULES)