mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
@@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
TOPDIR = .
|
||||
HAVE_BUILDDEFS = $(shell test -f $(TOPDIR)/include/builddefs && echo yes || echo no)
|
||||
HAVE_BUILDDEFS = $(shell test -f $(TOPDIR)/include/builddefs -a -f $(TOPDIR)/dmapi/Makefile && echo yes || echo no)
|
||||
|
||||
ifeq ($(HAVE_BUILDDEFS), yes)
|
||||
include $(TOPDIR)/include/builddefs
|
||||
|
||||
Reference in New Issue
Block a user